mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 03:45:59 +00:00
db syn logical fix
This commit is contained in:
@@ -83,7 +83,7 @@ export function computeDbDiffRows(
|
||||
res.push(
|
||||
..._.sortBy(
|
||||
computeDiffRowsCore(sourceDb[objectTypeField], targetDb[objectTypeField], (a, b) =>
|
||||
defs.test(a, b, opts, targetDb, driver)
|
||||
defs.test(a, b, opts, sourceDb, targetDb, driver)
|
||||
).map(row => ({
|
||||
...row,
|
||||
sourceSchemaName: row?.source?.schemaName,
|
||||
|
||||
Reference in New Issue
Block a user