mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 06:08:15 +02:00
Merge branch 'dev' into user-management-and-resources
This commit is contained in:
commit
d467f4c437
9 changed files with 742 additions and 621 deletions
|
@ -4,8 +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 m2 from "./scriptsPg/1.7.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