mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 22:25:59 +00:00
try to comment out earlier patch
This commit is contained in:
@@ -337,13 +337,14 @@ export class AlterPlan {
|
|||||||
return opRes;
|
return opRes;
|
||||||
}),
|
}),
|
||||||
op,
|
op,
|
||||||
].filter(op => {
|
];
|
||||||
// filter duplicated drops
|
// .filter(op => {
|
||||||
const existingDrop = this.operations.find(
|
// // filter duplicated drops
|
||||||
o => o.operationType == 'dropConstraint' && o.oldObject === op['oldObject']
|
// const existingDrop = this.operations.find(
|
||||||
);
|
// o => o.operationType == 'dropConstraint' && o.oldObject === op['oldObject']
|
||||||
return existingDrop == null;
|
// );
|
||||||
});
|
// return existingDrop == null;
|
||||||
|
// })
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user