source: db-scripts/docker-init/01-init.sql@ 545738f

Last change on this file since 545738f 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
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.