Files
portabase/prisma/migrations/20241217183746_2024_12_17/migration.sql
T
2024-12-17 19:42:02 +01:00

3 lines
82 B
SQL

-- AlterTable
ALTER TABLE "projects" ALTER COLUMN "isArchived" SET DEFAULT false;