Add new booelan and stuff

This commit is contained in:
2025-07-12 13:17:57 +02:00
parent 7cb9fa6320
commit a87ac03c00
9 changed files with 224 additions and 24 deletions

View File

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Image" ADD COLUMN "isDone" BOOLEAN DEFAULT false;