yap-blog/docker/initdb/01-create-databases.sql
2026-07-02 21:32:33 -04:00

6 lines
281 B
SQL

-- Extra databases used by the automated test suites.
-- This script only runs the first time the Postgres volume is created;
-- run `docker compose down -v && docker compose up -d` to recreate everything.
CREATE DATABASE blog_test OWNER blog;
CREATE DATABASE blog_e2e OWNER blog;