Merge pull request #14 from ShyftNetwork/add-drop-tables

add drop table scripts
This commit is contained in:
Tim Williams 2018-04-23 16:37:27 -04:00 committed by GitHub
commit 3d67f9e818
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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