mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 15:25:59 +00:00
diff tools fixes
This commit is contained in:
@@ -556,7 +556,7 @@ export function testEqualTables(
|
||||
}
|
||||
|
||||
export function testEqualSqlObjects(a: SqlObjectInfo, b: SqlObjectInfo, opts: DbDiffOptions) {
|
||||
return a.createSql == b.createSql;
|
||||
return a.createSql?.trim() == b.createSql?.trim();
|
||||
}
|
||||
|
||||
export function createAlterTablePlan(
|
||||
|
||||
Reference in New Issue
Block a user