source:
db-scripts/docker-init/01-init.sql@
545738f
| Last change on this file since 545738f was 545738f, checked in by , 2 weeks ago | |
|---|---|
|
|
| File size: 211 bytes | |
| Line | |
|---|---|
| 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.
