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