mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 00:16:00 +00:00
script base deployer
This commit is contained in:
@@ -286,3 +286,10 @@ export function removePreloadedRowsFromStructure(db: DatabaseInfo): DatabaseInfo
|
||||
})),
|
||||
};
|
||||
}
|
||||
|
||||
export function skipDbGateInternalObjects(db: DatabaseInfo) {
|
||||
return {
|
||||
...db,
|
||||
tables: (db.tables || []).filter(tbl => tbl.pureName != 'dbgate_deploy_journal'),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user