mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
i think david just forgot these. ;)
git-svn-id: file:///svn/phpbb/trunk@8151 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -649,7 +649,7 @@ CREATE TABLE phpbb_privmsgs (
|
||||
message_edit_user INT4 DEFAULT '0' NOT NULL CHECK (message_edit_user >= 0),
|
||||
message_attachment INT2 DEFAULT '0' NOT NULL CHECK (message_attachment >= 0),
|
||||
bbcode_bitfield varchar(255) DEFAULT '' NOT NULL,
|
||||
bbcode_uid varchar(5) DEFAULT '' NOT NULL,
|
||||
bbcode_uid varchar(8) DEFAULT '' NOT NULL,
|
||||
message_edit_time INT4 DEFAULT '0' NOT NULL CHECK (message_edit_time >= 0),
|
||||
message_edit_count INT2 DEFAULT '0' NOT NULL CHECK (message_edit_count >= 0),
|
||||
to_address varchar(4000) DEFAULT '' NOT NULL,
|
||||
@@ -1205,7 +1205,7 @@ CREATE TABLE phpbb_users (
|
||||
user_avatar_width INT2 DEFAULT '0' NOT NULL CHECK (user_avatar_width >= 0),
|
||||
user_avatar_height INT2 DEFAULT '0' NOT NULL CHECK (user_avatar_height >= 0),
|
||||
user_sig TEXT DEFAULT '' NOT NULL,
|
||||
user_sig_bbcode_uid varchar(5) DEFAULT '' NOT NULL,
|
||||
user_sig_bbcode_uid varchar(8) DEFAULT '' NOT NULL,
|
||||
user_sig_bbcode_bitfield varchar(255) DEFAULT '' NOT NULL,
|
||||
user_from varchar(100) DEFAULT '' NOT NULL,
|
||||
user_icq varchar(15) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user