Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Mar 20, 2024
1 parent a0fea2b commit 794602d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DROP INDEX "idx_chain_tx_tx_hash";
CREATE INDEX "idx_chain_tx_tx_hash" ON "chain_tx" ("tx_hash");
CREATE UNIQUE INDEX "idx_chain_tx_tx_hash" ON "chain_tx" ("tx_hash");

0 comments on commit 794602d

Please sign in to comment.