mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 08:34:53 +02:00
fix pg migration for >1.6.0
This commit is contained in:
parent
8c164c410d
commit
719d75f8a6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import semver from "semver";
|
|||
import { versionMigrations } from "../db/pg";
|
||||
import { __DIRNAME, APP_VERSION } from "@server/lib/consts";
|
||||
import path from "path";
|
||||
import m1 from "./scriptsSqlite/1.6.0";
|
||||
import m1 from "./scriptsPg/1.6.0";
|
||||
|
||||
// THIS CANNOT IMPORT ANYTHING FROM THE SERVER
|
||||
// EXCEPT FOR THE DATABASE AND THE SCHEMA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue