Refactor and add alt text generator
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Artist" ADD COLUMN "source" TEXT;
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Social" ADD COLUMN "isVisible" BOOLEAN NOT NULL DEFAULT true,
|
||||
ALTER COLUMN "isPrimary" SET DEFAULT false;
|
Reference in New Issue
Block a user