mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
remove miner table
This commit is contained in:
parent
1303dd291e
commit
952648549f
2 changed files with 0 additions and 6 deletions
|
|
@ -41,8 +41,3 @@ CREATE TABLE IF NOT EXISTS accounts (
|
|||
CREATE TABLE IF NOT EXISTS contracts (
|
||||
txHash text
|
||||
);
|
||||
|
||||
CREATE TABLE IF NOT EXISTS mined_blocks (
|
||||
blockNumber bigint,
|
||||
addr text
|
||||
);
|
||||
|
|
@ -2,4 +2,3 @@ DROP TABLE txs;
|
|||
DROP TABLE blocks;
|
||||
DROP TABLE accounts;
|
||||
DROP TABLE contracts;
|
||||
DROP TABLE mined_blocks;
|
||||
Loading…
Reference in a new issue