Files

7 lines
330 B
SQL
Raw Permalink Normal View History

2026-07-28 13:08:36 -07:00
-- Runs once on the postgres container's first boot (docker-entrypoint-initdb.d).
-- The intelligence composite image's migrations oneshot + app-api connect to
-- intelligence_app; graphile-migrate uses intelligence_app_shadow for its shadow
-- database.
CREATE DATABASE intelligence_app;
CREATE DATABASE intelligence_app_shadow;