mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 08:26:01 +00:00
db sync
This commit is contained in:
@@ -377,6 +377,7 @@ export function testEqualTables(
|
||||
) {
|
||||
const plan = new AlterPlan(db, driver.dialect, opts);
|
||||
planAlterTable(plan, a, b, opts);
|
||||
// console.log('plan.operations', a, b, plan.operations);
|
||||
return plan.operations.length == 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user