git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@275 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2011-09-01 18:07:28 +00:00
parent 6f8bbb02ec
commit fb9e316e05
2 changed files with 2 additions and 2 deletions

View file

@ -1348,7 +1348,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 '1',
`user_opt` int(11) NOT NULL default '0',
`user_rank` int(11) NOT NULL default '0',
`user_avatar` varchar(100) NOT NULL default '',
`user_avatar_type` tinyint(4) NOT NULL default '0',