alter processor fixes

This commit is contained in:
Jan Prochazka
2021-10-14 16:13:54 +02:00
parent cb64a43a78
commit be1c1075b5
4 changed files with 24 additions and 2 deletions

View File

@@ -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]);