mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopdb: add deposit indices
This commit is contained in:
parent
d7635f3b2a
commit
e141018da5
2 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
DROP INDEX IF EXISTS deposit_updates_id_timestamp_index;
|
||||
|
|
@ -0,0 +1 @@
|
|||
CREATE INDEX IF NOT EXISTS deposit_updates_id_timestamp_index ON deposit_updates(deposit_id, update_timestamp DESC);
|
||||
Loading…
Add table
Add a link
Reference in a new issue