mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 04:00:59 +00:00
db diff fix
This commit is contained in:
parent
89a9cc4380
commit
634fe18127
@ -188,8 +188,8 @@ const filterLocal = [
|
||||
// filter local testing
|
||||
'-MySQL',
|
||||
'-MariaDB',
|
||||
'-PostgreSQL',
|
||||
'SQL Server',
|
||||
'PostgreSQL',
|
||||
'-SQL Server',
|
||||
'-SQLite',
|
||||
'-CockroachDB',
|
||||
'-ClickHouse',
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user