go-ethereum/shyftDb/postgres_setup/drop_tables.psql
2018-06-03 10:06:25 -04:00

4 lines
78 B
Text

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