Start admin pages
This commit is contained in:
@@ -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;
|
||||
@@ -0,0 +1,5 @@
|
||||
-- DropIndex
|
||||
DROP INDEX "public"."File_url_key";
|
||||
|
||||
-- DropIndex
|
||||
DROP INDEX "public"."File_uuid_key";
|
||||
Reference in New Issue
Block a user