mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +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:
@@ -476,7 +476,7 @@ CREATE TABLE phpbb_privmsgs (
|
||||
message_edit_user mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
message_attachment tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
bbcode_bitfield varbinary(255) DEFAULT '' NOT NULL,
|
||||
bbcode_uid varbinary(5) DEFAULT '' NOT NULL,
|
||||
bbcode_uid varbinary(8) DEFAULT '' NOT NULL,
|
||||
message_edit_time int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
message_edit_count smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
to_address blob NOT NULL,
|
||||
@@ -942,7 +942,7 @@ CREATE TABLE phpbb_users (
|
||||
user_avatar_width smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
user_avatar_height smallint(4) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
user_sig mediumblob NOT NULL,
|
||||
user_sig_bbcode_uid varbinary(5) DEFAULT '' NOT NULL,
|
||||
user_sig_bbcode_uid varbinary(8) DEFAULT '' NOT NULL,
|
||||
user_sig_bbcode_bitfield varbinary(255) DEFAULT '' NOT NULL,
|
||||
user_from blob NOT NULL,
|
||||
user_icq varbinary(15) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user