go-ethereum/shyftDb/postgres_setup/drop_tables.psql
2018-05-16 15:48:16 -04:00

5 lines
No EOL
102 B
Text

DROP TABLE txs;
DROP TABLE blocks;
DROP TABLE accounts;
DROP TABLE contracts;
DROP TABLE mined_blocks;