Start admin pages

This commit is contained in:
2025-08-09 14:58:38 +02:00
parent eac877752f
commit 4189c95d38
20 changed files with 935 additions and 22 deletions
@@ -0,0 +1,4 @@
-- AlterTable
ALTER TABLE "public"."QuestAnswer" ADD COLUMN "internalNote" TEXT,
ADD COLUMN "rankingValue" INTEGER,
ADD COLUMN "showcase" BOOLEAN NOT NULL DEFAULT false;