Files
OPI/modules/main_index/db_reset.sql
samedcildir d63e1b5d02 added NETWORK_TYPE selection
options: mainnet, testnet, signet, regtest
2024-01-19 15:59:59 +03:00

8 lines
322 B
SQL

drop table if exists ord_transfers;
drop table if exists ord_number_to_id;
drop table if exists ord_content;
drop table if exists block_hashes;
drop table if exists ord_indexer_reorg_stats;
drop table if exists ord_indexer_work_stats;
drop table if exists ord_indexer_version;
drop table if exists ord_network_type;