mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-02 19:33:59 +00:00
Merge branch 'master' of https://github.com/dbgate/dbgate
This commit is contained in:
@@ -358,6 +358,7 @@ function testEqualColumnRefs(a: ColumnReference[], b: ColumnReference[], opts: D
|
||||
if (!testEqualNames(a[i].columnName, b[i].columnName, opts)) return false;
|
||||
if (!testEqualNames(a[i].refColumnName, b[i].refColumnName, opts)) return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
function testEqualPrimaryKeys(a: PrimaryKeyInfo, b: PrimaryKeyInfo, opts: DbDiffOptions) {
|
||||
|
||||
Reference in New Issue
Block a user