go-ethereum/shyftDb/postgres_setup/drop_tables.psql

4 lines
No EOL
77 B
Text

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