-- 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;