Add portfolio thingies
This commit is contained in:
7
prisma/migrations/20251225013027_artwork_9/migration.sql
Normal file
7
prisma/migrations/20251225013027_artwork_9/migration.sql
Normal file
@ -0,0 +1,7 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Artwork" ADD COLUMN "colorError" TEXT,
|
||||
ADD COLUMN "colorStatus" TEXT NOT NULL DEFAULT 'PENDING',
|
||||
ADD COLUMN "colorsGeneratedAt" TIMESTAMP(3);
|
||||
|
||||
-- CreateIndex
|
||||
CREATE INDEX "Artwork_colorStatus_idx" ON "Artwork"("colorStatus");
|
||||
Reference in New Issue
Block a user