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

9 lines
243 B
SQL

/*
Warnings:
- Added the required column `isArchived` to the `projects` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "projects" ADD COLUMN "isArchived" BOOLEAN NOT NULL;