adding zenstack.

This commit is contained in:
killian-larcher
2024-12-17 20:32:29 +01:00
parent 0f2506a7ec
commit 05edbf4a42
@@ -0,0 +1,9 @@
/*
Warnings:
- You are about to drop the column `isArchived` on the `projects` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "projects" DROP COLUMN "isArchived",
ADD COLUMN "is_archived" BOOLEAN NOT NULL DEFAULT false;