diff tools fixes

This commit is contained in:
SPRINX0\prochazka
2024-11-01 10:06:23 +01:00
parent ac4dd37249
commit a74b789a8c
2 changed files with 5 additions and 1 deletions

View File

@@ -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(