mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-01-12 16:53:13 +08:00
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
3 lines
137 B
SQL
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; |