Project delete.

This commit is contained in:
charles-gauthereau
2024-12-17 19:42:02 +01:00
parent 0b644f7987
commit 43161b8523
7 changed files with 82 additions and 17 deletions
@@ -0,0 +1,8 @@
/*
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;
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "projects" ALTER COLUMN "isArchived" SET DEFAULT false;