mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-31 15:09:39 +02:00
Add missing import for PostgreSQL migration 1.7.0 to resolve make build.
This commit is contained in:
parent
1e7588f9b6
commit
deb2fad59a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import { versionMigrations } from "../db/pg";
|
|||
import { __DIRNAME, APP_VERSION } from "@server/lib/consts";
|
||||
import path from "path";
|
||||
import m1 from "./scriptsPg/1.6.0";
|
||||
import m2 from "./scriptsPg/1.7.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