mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Add script to drop tables, re-init tables & reset shyftGeth
This commit is contained in:
parent
56dd351ac6
commit
83c8f4c2c6
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
cd ./shyftDb/postgres_setup
|
||||
sh drop_tables.sh && sh init_tables.sh
|
||||
cd ..
|
||||
cd ..
|
||||
sh resetShyftGeth.sh && sh initShyftGeth.sh
|
||||
Loading…
Reference in a new issue