|
Last change
on this file since a8fe58e was 545738f, checked in by Andrej <asumanovski@…>, 2 weeks ago |
|
Switched to dockerized db and improved Task model and Task Ui
|
-
Property mode
set to
100644
|
|
File size:
211 bytes
|
| Rev | Line | |
|---|
| [545738f] | 1 | -- Combined init: schema (DDL) then seed data (DML)
|
|---|
| 2 | -- Postgres runs all *.sql files in /docker-entrypoint-initdb.d on first start.
|
|---|
| 3 |
|
|---|
| 4 | \i /docker-entrypoint-initdb.d/ddl.sql
|
|---|
| 5 | \i /docker-entrypoint-initdb.d/dml.sql
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.