compare db model

This commit is contained in:
Jan Prochazka
2021-11-06 20:52:56 +01:00
parent a462a56a9d
commit 1765ab4118
3 changed files with 3 additions and 3 deletions

View File

@@ -37,8 +37,6 @@ async function generateDeploySql({
noDropSqlObject: true,
noRenameTable: true,
noRenameColumn: true,
ignoreForeignKeyActions: true,
ignoreDataTypes: true,
};
const currentModelPaired = matchPairedObjects(deployedModel, currentModel, opts);
// console.log('deployedModel', deployedModel.tables[0]);