Files
drop/prisma/migrations/20250401091937_add_history_and_hashes/migration.sql
2025-04-01 21:08:57 +11:00

11 lines
262 B
SQL

/*
Warnings:
- You are about to drop the column `data` on the `SaveSlot` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "SaveSlot" DROP COLUMN "data",
ADD COLUMN "history" TEXT[],
ADD COLUMN "historyChecksums" TEXT[];