Add image upload and edit functions
This commit is contained in:
8
prisma/migrations/20251220120018_artwork_1/migration.sql
Normal file
8
prisma/migrations/20251220120018_artwork_1/migration.sql
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
Warnings:
|
||||
|
||||
- Added the required column `uploadDate` to the `FileVariant` table without a default value. This is not possible if the table is not empty.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "FileVariant" ADD COLUMN "uploadDate" TIMESTAMP(3) NOT NULL;
|
||||
Reference in New Issue
Block a user