mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 01:03:58 +00:00
fix
This commit is contained in:
@@ -459,7 +459,7 @@ export class AlterPlan {
|
|||||||
// console.log('*****************RECREATED NEEDED', op, operationType, isAllowed);
|
// console.log('*****************RECREATED NEEDED', op, operationType, isAllowed);
|
||||||
// console.log(this.dialect);
|
// console.log(this.dialect);
|
||||||
|
|
||||||
if (!this.opts.allowTableRecreate) {
|
if (this.opts.noDropTable && !this.opts.allowTableRecreate) {
|
||||||
// skip this operation, as it cannot be achieved
|
// skip this operation, as it cannot be achieved
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user