Skip to content

Commit

Permalink
HCK-8971: fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightlngale committed Dec 4, 2024
1 parent 7c56b5f commit 5dc3ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forward_engineering/helpers/indexHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ module.exports = app => {
return isParentActivated ? commentIfDeactivated(column, key) : column;
})
.join(',\n\t'),
indexName: getIndexName({ name: index.name, schemaName: index.schemaName }),
indexName: getIndexName({ name: index.keyIndex, schemaName: index.schemaName }),
catalog: catalog ? `ON ${catalog}\n` : '',
options: options ? `WITH (\n\t${options}\n)` : '',
terminator,
Expand Down

0 comments on commit 5dc3ad8

Please sign in to comment.