Files
OPI/modules/brc20_index/db_reset_extra.sql
samedcildir f9198f627f added optional tables to brc20 indexer
added optional brc20_current_balances and brc20_unused_tx_inscrs tables for better performance on the API
added get_valid_tx_notes_of_wallet, get_valid_tx_notes_of_ticker, holders endpoints using new tables, also old endpoints' performance are improved
2024-01-13 22:32:58 +03:00

3 lines
137 B
SQL

drop table if exists brc20_current_balances;
drop table if exists brc20_unused_tx_inscrs;
drop table if exists brc20_extras_block_hashes;