diff --git a/sql/000_base_structure.sql b/sql/000_base_structure.sql index 948fe036..a8108960 100644 --- a/sql/000_base_structure.sql +++ b/sql/000_base_structure.sql @@ -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`)