mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
add drop table scripts
This commit is contained in:
parent
b4ecde074c
commit
94b4f29878
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