Skip to content

Commit 62f2630

Browse files
author
Anderson Bestteti Santos
committed
Merge branch 'maintenance'
2 parents 756308d + ebcd8e4 commit 62f2630

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DesignerRulesAndTransformations/CustomLibraries/DataModelerCustomLibraries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ function normalizeStorageProperties() {
577577
}
578578
579579
if (table.getCompressionType() != COMPRESSION_OLTP) {
580-
table.setCompressionType(true);
580+
table.setCompressionType(COMPRESSION_OLTP);
581581
table.setDirty(true);
582582
}
583583

0 commit comments

Comments
 (0)