Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Mar 25, 2024
1 parent 1c6d8be commit 5d4ee7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CREATE INDEX "idx_chain_tx_tx_hash" ON "chain_tx" ("tx_hash");
DELETE FROM chain_tx;
CREATE UNIQUE INDEX "idx_chain_tx_tx_hash" ON "chain_tx" ("tx_hash");
CREATE INDEX "idx_chain_tx_blockchain_date" ON "chain_tx" ("blockchain_date");
CREATE INDEX "idx_chain_transfer_blockchain_date" ON "chain_transfer" ("blockchain_date");
CREATE INDEX "idx_chain_transfer_receiver_address" ON "chain_transfer" ("receiver_addr");
Expand Down

This file was deleted.

0 comments on commit 5d4ee7c

Please sign in to comment.