Skip to content

Commit f54d580

Browse files
authored
Merge pull request #990 from hieblmi/deposit-update-index
loopdb: add deposit indices
2 parents d7635f3 + e141018 commit f54d580

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP INDEX IF EXISTS deposit_updates_id_timestamp_index;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX IF NOT EXISTS deposit_updates_id_timestamp_index ON deposit_updates(deposit_id, update_timestamp DESC);

0 commit comments

Comments
 (0)