Visitenbuch/prisma/migrations/20240509111910_execution_done/migration.sql

2 lines
98 B
SQL

-- AlterTable
ALTER TABLE "entry_executions" ADD COLUMN "done" BOOLEAN NOT NULL DEFAULT true;