mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #990 from hieblmi/deposit-update-index
loopdb: add deposit indices
This commit is contained in:
commit
f54d580b73
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