mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-19 21:03:54 -07:00
r398
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:
parent
a7356b7ce3
commit
1b5d3d940a
18 changed files with 154 additions and 73 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue