add migration to scirpts

This commit is contained in:
miloschwartz 2025-08-18 16:27:51 -07:00
parent 49f84bccad
commit 34002470a5
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ const migrations = [
{ version: "1.6.0", run: m1 }, { version: "1.6.0", run: m1 },
{ version: "1.7.0", run: m2 }, { version: "1.7.0", run: m2 },
{ version: "1.8.0", run: m3 }, { version: "1.8.0", run: m3 },
// { version: "1.9.0", run: m4 } { version: "1.9.0", run: m4 }
// Add new migrations here as they are created // Add new migrations here as they are created
] as { ] as {
version: string; version: string;

View file

@ -50,7 +50,7 @@ const migrations = [
{ version: "1.6.0", run: m21 }, { version: "1.6.0", run: m21 },
{ version: "1.7.0", run: m22 }, { version: "1.7.0", run: m22 },
{ version: "1.8.0", run: m23 }, { version: "1.8.0", run: m23 },
// { version: "1.9.0", run: m24 }, { version: "1.9.0", run: m24 },
// Add new migrations here as they are created // Add new migrations here as they are created
] as const; ] as const;