This commit is contained in:
Jan Prochazka
2021-10-24 15:54:17 +02:00
parent 84832472a2
commit a9b201e1cb
6 changed files with 62 additions and 34 deletions

View File

@@ -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;
}