Skip to content

Commit 1dba456

Browse files
author
DrMyroslav
committed
fix const
1 parent 469eb03 commit 1dba456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forward_engineering/ddlProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ module.exports = (baseProvider, options, app) => {
211211
const openParenthesis = isEmptyPartitionBody ? '' : '(';
212212
const closeParenthesis = isEmptyPartitionBody ? '' : ')';
213213

214-
let tableStatement = assignTemplates(template, {
214+
const tableStatement = assignTemplates(template, {
215215
temporary: getTableTemporaryValue(temporary, unlogged),
216216
ifNotExist: ifNotExistStr,
217217
name: tableName,

0 commit comments

Comments
 (0)