mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
resolved conflicts
This commit is contained in:
commit
c4063835bb
2 changed files with 2 additions and 0 deletions
|
|
@ -38,3 +38,4 @@ CREATE TABLE IF NOT EXISTS accounts (
|
||||||
balance numeric,
|
balance numeric,
|
||||||
txCountAccount numeric
|
txCountAccount numeric
|
||||||
);
|
);
|
||||||
|
shyft-cli/postgres_setup/create_tables.psql
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
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