Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale committed Dec 6, 2024
1 parent 7eb8a15 commit 0a8316a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forward_engineering/ddlProvider/ddlProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = (baseProvider, options, app) => {
const { getIndexType, getIndexKeys, getIndexOptions, getIndexName } = require('./ddlHelpers/indexHelper')({
_,
prepareName,
getNamePrefixedWithSchemaName,
});

const wrapIfNotExists = (statement, ifNotExist, errorCode = 955) => {
Expand Down

0 comments on commit 0a8316a

Please sign in to comment.