changes made from PR comments

This commit is contained in:
Dustin Brickwood 2018-06-14 14:27:05 -04:00
parent c4063835bb
commit dfe2907f44
2 changed files with 1 additions and 2 deletions

View file

@ -38,4 +38,4 @@ CREATE TABLE IF NOT EXISTS accounts (
balance numeric,
txCountAccount numeric
);
shyft-cli/postgres_setup/create_tables.psql

View file

@ -1,4 +1,3 @@
DROP TABLE txs;
DROP TABLE blocks;
DROP TABLE accounts;
shyft-cli/postgres_setup/drop_tables.psql