add drop table scripts

This commit is contained in:
Tim Williams 2018-04-23 13:18:52 -04:00
parent b4ecde074c
commit 94b4f29878
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