Skip to content

Commit 6bc6cee

Browse files
committed
DMP-5287 Create new index to improve retention performance
Added new index
1 parent 52566a3 commit 6bc6cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/db/migration/postgres/V1_488__create_new_indexes.sql renamed to src/main/resources/db/migration/postgres/V1_489__create_new_indexes.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CREATE INDEX IF NOT EXISTS cr_rr_idx ON case_retention (retention_retries) WHERE is_retention_updated;
1+
CREATE INDEX IF NOT EXISTS cr_rr_idx ON case_retention (retention_retries);

0 commit comments

Comments
 (0)