Skip to content

Commit 8df48ae

Browse files
authored
Merge pull request #1817 from hashtopolis/dba-postgres-index-fix
Added new index update for postgres
2 parents fc2292f + 78d2b06 commit 8df48ae

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- This migration is only a placeholder to keep migrations parallel
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DROP INDEX IF EXISTS hash_hash_idx;
2+
CREATE INDEX IF NOT EXISTS hash_hash_idx ON hash(hashtext(hash));

0 commit comments

Comments
 (0)