mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
r208
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@208 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
dbbcd9a37a
commit
93415ef2a1
9 changed files with 34 additions and 48 deletions
|
@ -1372,7 +1372,7 @@ CREATE TABLE IF NOT EXISTS `bb_users` (
|
|||
`user_new_privmsg` smallint(5) unsigned NOT NULL default '0',
|
||||
`user_unread_privmsg` smallint(5) unsigned NOT NULL default '0',
|
||||
`user_last_privmsg` int(11) NOT NULL default '0',
|
||||
`user_opt` int(11) NOT NULL default '0',
|
||||
`user_opt` int(11) NOT NULL default '1',
|
||||
`user_rank` int(11) NOT NULL default '0',
|
||||
`user_avatar` varchar(100) NOT NULL default '',
|
||||
`user_avatar_type` tinyint(4) NOT NULL default '0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue