Files
pichunt/prisma/migrations/20250804170804_rename_reveal_on_hunt/migration.sql
T
2025-08-04 19:34:50 +02:00

10 lines
270 B
SQL

/*
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;