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;

View File

@ -133,6 +133,7 @@ model Image {
creationYear Int?
fileSize Int?
creationDate DateTime?
isDone Boolean? @default(false)
albumId String?
artistId String?