0da6dc7810
migration.sql was gitignored, so CI builds a Docker image from a fresh clone with empty migration directories. prisma migrate deploy then has nothing to apply, leaving the database schema-less on first launch (P2021: table does not exist).
3 lines
71 B
SQL
3 lines
71 B
SQL
-- AlterTable
|
|
ALTER TABLE "ActivityOption" ADD COLUMN "location" TEXT;
|