We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6716248 commit bb4c0a9Copy full SHA for bb4c0a9
forward_engineering/alterScript/alterScriptHelpers/alterEntityHelper.js
@@ -147,8 +147,7 @@ const getAddColumnsByConditionScriptDtos =
147
.map(columnDefinition => ddlProvider.addColumn(fullName, columnDefinition))
148
.map(addColumnScript => AlterScriptDto.getInstance([addColumnScript], true, false));
149
150
- const indexesOnNewlyCreatedColumns = getNewlyCreatedIndexesScripts({ dbVersion, collection });
151
- return scripts.concat(indexesOnNewlyCreatedColumns).filter(Boolean);
+ return scripts.filter(Boolean);
152
};
153
154
/**
0 commit comments