mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Merge pull request #14 from ShyftNetwork/add-drop-tables
add drop table scripts
This commit is contained in:
commit
3d67f9e818
2 changed files with 3 additions and 0 deletions
2
shyftDb/postgres_setup/drop_tables.psql
Normal file
2
shyftDb/postgres_setup/drop_tables.psql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
DROP TABLE txs;
|
||||
DROP TABLE blocks;
|
||||
1
shyftDb/postgres_setup/drop_tables.sh
Normal file
1
shyftDb/postgres_setup/drop_tables.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
psql -U postgres -d shyftdb -f drop_tables.psql
|
||||
Loading…
Reference in a new issue