mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 11:03:57 +00:00
Revert "fix: correct reference from wholeNewDb to wholeOldDb in AlterPlan class"
This reverts commit 12e6afbaad.
This commit is contained in:
@@ -504,7 +504,7 @@ export class AlterPlan {
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
const table = this.wholeOldDb.tables.find(
|
const table = this.wholeNewDb.tables.find(
|
||||||
x => x.pureName == op[objectField].pureName && x.schemaName == op[objectField].schemaName
|
x => x.pureName == op[objectField].pureName && x.schemaName == op[objectField].schemaName
|
||||||
);
|
);
|
||||||
this.recreates.tables += 1;
|
this.recreates.tables += 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user