Version correctly

This commit is contained in:
Owen
2025-09-21 20:48:13 -04:00
parent dadd1e3101
commit 0da95cbdb8
6 changed files with 75 additions and 51 deletions

View File

@@ -10,7 +10,7 @@ import m2 from "./scriptsPg/1.7.0";
import m3 from "./scriptsPg/1.8.0";
import m4 from "./scriptsPg/1.9.0";
import m5 from "./scriptsPg/1.10.0";
import m6 from "./scriptsPg/1.10.1";
import m6 from "./scriptsPg/1.10.2";
// THIS CANNOT IMPORT ANYTHING FROM THE SERVER
// EXCEPT FOR THE DATABASE AND THE SCHEMA
@@ -22,7 +22,7 @@ const migrations = [
{ version: "1.8.0", run: m3 },
{ version: "1.9.0", run: m4 },
{ version: "1.10.0", run: m5 },
{ version: "1.10.1", run: m6 },
{ version: "1.10.2", run: m6 },
// Add new migrations here as they are created
] as {
version: string;