Skip to content

Commit ebcd8e4

Browse files
author
Anderson Bestteti Santos
committed
Adjusted the Compression Type property from true to COMPRESSION_OLTP.
1 parent 2682585 commit ebcd8e4

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
@@ -574,7 +574,7 @@ function normalizeStorageProperties() {
574574
}
575575
576576
if (table.getCompressionType() != COMPRESSION_OLTP) {
577-
table.setCompressionType(true);
577+
table.setCompressionType(COMPRESSION_OLTP);
578578
table.setDirty(true);
579579
}
580580

0 commit comments

Comments
 (0)