Skip to content

Commit 67c6035

Browse files
authored
fix(brc20): add to_address index to operations table (#390)
1 parent a183832 commit 67c6035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX operations_to_address_index ON operations (to_address);

0 commit comments

Comments
 (0)