UPDATE bb_users SET user_opt = 0 WHERE user_id = -1; git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@398 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2012-04-13 15:37:05 +00:00
commit 1b5d3d940a
18 changed files with 154 additions and 73 deletions

View file

@ -494,7 +494,7 @@ CREATE TABLE IF NOT EXISTS `bb_bt_users` (
`down_yesterday` bigint(20) unsigned NOT NULL DEFAULT '0',
`up_release_yesterday` bigint(20) unsigned NOT NULL DEFAULT '0',
`up_bonus_yesterday` bigint(20) unsigned NOT NULL DEFAULT '0',
`points_yesterday` float(16,2) unsigned NOT NULL DEFAULT '0',
`points_yesterday` float(16,2) unsigned NOT NULL DEFAULT '0.00',
PRIMARY KEY (`user_id`),
UNIQUE KEY `auth_key` (`auth_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;