Update mmcfe_ng_structure.sql
This commit is contained in:
parent
b6f3fd5972
commit
4472250d36
@ -81,7 +81,6 @@ CREATE TABLE IF NOT EXISTS `pool_worker` (
|
|||||||
`username` char(50) DEFAULT NULL,
|
`username` char(50) DEFAULT NULL,
|
||||||
`password` char(255) DEFAULT NULL,
|
`password` char(255) DEFAULT NULL,
|
||||||
`monitor` tinyint(1) NOT NULL DEFAULT '0',
|
`monitor` tinyint(1) NOT NULL DEFAULT '0',
|
||||||
`hashrate` int(11) DEFAULT NULL,
|
|
||||||
`difficulty` int(11) NOT NULL DEFAULT '0',
|
`difficulty` int(11) NOT NULL DEFAULT '0',
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY `username` (`username`),
|
UNIQUE KEY `username` (`username`),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user