Skip to content

Commit 5e544e2

Browse files
committed
Merge commit 'refs/pull/84/head' of https://github.com/hackolade/Cassandra
2 parents 35a6b4b + cee595f commit 5e544e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forward_engineering/helpers/updateHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ const handleProperties = ({ generator, tableProperties, udtMap, itemCompModData,
382382
if (generator.name !== 'getUpdate' && (property.compositePartitionKey || property.compositeClusteringKey)) {
383383
return alterTableScript;
384384
}
385-
const columnType = getTypeByData(property, udtMap, columnName);
385+
let columnType = getTypeByData(property, udtMap, columnName);
386386

387387
if (property.$ref && !columnType) {
388388
columnType = _.last(property.$ref.split('/'));

0 commit comments

Comments
 (0)