Add new booelan and stuff
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Image" ADD COLUMN "isDone" BOOLEAN DEFAULT false;
|
@ -133,6 +133,7 @@ model Image {
|
||||
creationYear Int?
|
||||
fileSize Int?
|
||||
creationDate DateTime?
|
||||
isDone Boolean? @default(false)
|
||||
|
||||
albumId String?
|
||||
artistId String?
|
||||
|
Reference in New Issue
Block a user