github.com/shyftnetwork/go-empyrean@v1.8.3-0.20191127201940-fbfca9338f04/shyft-config/shyft-cli/postgres_setup/drop_tables.psql (about) 1 \connect shyftdb; 2 DROP TABLE internalTxs; 3 DROP TABLE txs; 4 DROP TABLE blocks; 5 DROP TABLE accounts; 6 DROP TABLE contracts;