Clean up rewardpoints
This commit is contained in:
@@ -28,16 +28,8 @@ CREATE TABLE IF NOT EXISTS `accounts` (
|
||||
`tempban` timestamp NOT NULL DEFAULT '2005-05-11 00:00:00',
|
||||
`greason` tinyint(4) NOT NULL DEFAULT '0',
|
||||
`tos` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`sitelogged` text,
|
||||
`webadmin` int(1) DEFAULT '0',
|
||||
`nick` varchar(20) DEFAULT NULL,
|
||||
`mute` int(1) DEFAULT '0',
|
||||
`email` varchar(45) DEFAULT NULL,
|
||||
`ip` text,
|
||||
`rewardpoints` int(11) NOT NULL DEFAULT '0',
|
||||
`votepoints` int(11) NOT NULL DEFAULT '0',
|
||||
`hwid` varchar(12) NOT NULL DEFAULT '',
|
||||
`language` int(1) NOT NULL DEFAULT '2',
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `name` (`name`),
|
||||
KEY `ranking1` (`id`,`banned`),
|
||||
|
||||
Reference in New Issue
Block a user