mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 21:55:59 +00:00
alter processor fixes
This commit is contained in:
@@ -39,6 +39,7 @@ async function generateDeploySql({
|
||||
noRenameTable: true,
|
||||
noRenameColumn: true,
|
||||
ignoreForeignKeyActions: true,
|
||||
ignoreDataTypes: true,
|
||||
};
|
||||
const currentModelPaired = matchPairedObjects(deployedModel, currentModel, opts);
|
||||
// console.log('deployedModel', deployedModel.tables[0]);
|
||||
|
||||
Reference in New Issue
Block a user