git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@208 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2011-08-12 19:03:35 +00:00
commit 93415ef2a1
9 changed files with 34 additions and 48 deletions

View file

@ -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',