version importing

This commit is contained in:
DecDuck
2024-10-11 17:16:26 +11:00
parent 37a138aeed
commit fd39b3453a
19 changed files with 587 additions and 113 deletions
@@ -0,0 +1,8 @@
/*
Warnings:
- Added the required column `dropletManifest` to the `GameVersion` table without a default value. This is not possible if the table is not empty.
*/
-- AlterTable
ALTER TABLE "GameVersion" ADD COLUMN "dropletManifest" JSONB NOT NULL;