mirror of
https://github.com/alexgo-io/OPI.git
synced 2026-06-18 11:50:31 +08:00
8 lines
322 B
SQL
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; |