Refactor and add alt text generator

This commit is contained in:
2025-07-03 11:54:46 +02:00
parent 8856ffb71f
commit 7cb9fa6320
38 changed files with 1747 additions and 233 deletions

View File

@ -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;