mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
changes made from PR comments
This commit is contained in:
parent
c4063835bb
commit
dfe2907f44
2 changed files with 1 additions and 2 deletions
|
|
@ -38,4 +38,4 @@ CREATE TABLE IF NOT EXISTS accounts (
|
||||||
balance numeric,
|
balance numeric,
|
||||||
txCountAccount numeric
|
txCountAccount numeric
|
||||||
);
|
);
|
||||||
shyft-cli/postgres_setup/create_tables.psql
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
DROP TABLE txs;
|
DROP TABLE txs;
|
||||||
DROP TABLE blocks;
|
DROP TABLE blocks;
|
||||||
DROP TABLE accounts;
|
DROP TABLE accounts;
|
||||||
shyft-cli/postgres_setup/drop_tables.psql
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue