Skip to content

Commit

Permalink
index submissions miner_id migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriptikz committed Sep 18, 2024
1 parent 746afeb commit 0d86be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE submissions DROP INDEX idx_submissions_miner_id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX idx_submissions_miner_id ON submissions (miner_id)

0 comments on commit 0d86be0

Please sign in to comment.