We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c164c4 commit 719d75fCopy full SHA for 719d75f
server/setup/migrationsPg.ts
@@ -4,7 +4,7 @@ import semver from "semver";
4
import { versionMigrations } from "../db/pg";
5
import { __DIRNAME, APP_VERSION } from "@server/lib/consts";
6
import path from "path";
7
-import m1 from "./scriptsSqlite/1.6.0";
+import m1 from "./scriptsPg/1.6.0";
8
9
// THIS CANNOT IMPORT ANYTHING FROM THE SERVER
10
// EXCEPT FOR THE DATABASE AND THE SCHEMA
0 commit comments