feat: add cloud save backend

This commit is contained in:
DecDuck
2025-04-01 21:08:57 +11:00
parent e7109e58bb
commit 36e6c92938
26 changed files with 642 additions and 35 deletions

View File

@ -0,0 +1,10 @@
/*
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[];