[UPDATE] Adding new base structure for PPLNS rounds
This commit is contained in:
parent
1c2b84bb50
commit
f4f72a9c1f
@ -164,6 +164,8 @@ CREATE TABLE IF NOT EXISTS `statistics_shares` (
|
||||
`block_id` int(10) unsigned NOT NULL,
|
||||
`valid` int(11) NOT NULL,
|
||||
`invalid` int(11) NOT NULL DEFAULT '0',
|
||||
`pplns_valid` int(11) NOT NULL,
|
||||
`pplns_invalid` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `account_id` (`account_id`),
|
||||
KEY `block_id` (`block_id`)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user