Update mmcfe_ng_structure.sql

This commit is contained in:
obigal 2013-07-03 08:33:56 -04:00 committed by Sebastian Grewe
parent 5aae168d19
commit eb17508862

View File

@ -81,6 +81,7 @@ CREATE TABLE IF NOT EXISTS `pool_worker` (
`username` char(50) DEFAULT NULL,
`password` char(255) DEFAULT NULL,
`monitor` tinyint(1) NOT NULL DEFAULT '0',
`hashrate` int(11) DEFAULT NULL,
`difficulty` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE KEY `username` (`username`),