mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
fix unread/new pm columns
git-svn-id: file:///svn/phpbb/trunk@8267 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -887,8 +887,8 @@ CREATE TABLE phpbb_users (
|
||||
user_style INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
user_rank INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
user_colour varchar(6) NOT NULL DEFAULT '',
|
||||
user_new_privmsg tinyint(4) NOT NULL DEFAULT '0',
|
||||
user_unread_privmsg tinyint(4) NOT NULL DEFAULT '0',
|
||||
user_new_privmsg int(4) NOT NULL DEFAULT '0',
|
||||
user_unread_privmsg int(4) NOT NULL DEFAULT '0',
|
||||
user_last_privmsg INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
user_message_rules INTEGER UNSIGNED NOT NULL DEFAULT '0',
|
||||
user_full_folder int(11) NOT NULL DEFAULT '-3',
|
||||
|
Reference in New Issue
Block a user