diff --git a/hedera-mirror-importer/src/main/resources/db/migration/v2/V2.0.3__time_scale_compression.sql b/hedera-mirror-importer/src/main/resources/db/migration/v2/V2.0.3__time_scale_compression.sql index f25fc10b974..89cbdb99681 100644 --- a/hedera-mirror-importer/src/main/resources/db/migration/v2/V2.0.3__time_scale_compression.sql +++ b/hedera-mirror-importer/src/main/resources/db/migration/v2/V2.0.3__time_scale_compression.sql @@ -79,7 +79,7 @@ alter table token set (timescaledb.compress, timescaledb.compress_segmentby = 'token_id'); alter table token_account - set (timescaledb.compress, timescaledb.compress_segmentby = 'account_id, token_id'); + set (timescaledb.compress, timescaledb.compress_segmentby = 'token_id'); alter table token_balance set (timescaledb.compress, timescaledb.compress_segmentby = 'account_id, token_id');