Merge branch 'shyftBlockExplorer' of github.com:ShyftNetwork/shyft_go-ethereum into dustin-accounts

This commit is contained in:
Dustin Brickwood 2018-04-24 13:13:26 -04:00
commit 7af341640d
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
DROP TABLE txs;
DROP TABLE blocks;

View file

@ -0,0 +1 @@
psql -U postgres -d shyftdb -f drop_tables.psql