Remember uploaded images

This commit is contained in:
2025-08-04 19:34:50 +02:00
parent 464791d9f5
commit 8aa8be7e9f
21 changed files with 573 additions and 241 deletions
@@ -0,0 +1,9 @@
/*
Warnings:
- You are about to drop the column `revealPictures` on the `Hunt` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "public"."Hunt" DROP COLUMN "revealPictures",
ADD COLUMN "revealQuests" BOOLEAN NOT NULL DEFAULT false;