mirror of
https://github.com/torrentpier/torrentpier
synced 2025-07-16 10:03:11 -07:00
r275
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@275 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
6f8bbb02ec
commit
fb9e316e05
2 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue