fix(brc20): add to_address index to operations table (#390)

This commit is contained in:
Rafael Cárdenas
2025-01-28 10:51:18 -06:00
committed by GitHub
parent a183832400
commit 67c6035828

View File

@@ -0,0 +1 @@
CREATE INDEX operations_to_address_index ON operations (to_address);