Add missing import for PostgreSQL migration 1.7.0 to resolve make build.

This commit is contained in:
Adrian Astles 2025-07-08 12:54:42 +08:00
parent 1e7588f9b6
commit deb2fad59a

View file

@ -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