mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
extending the encoding fields a bit (11 chars seem to be not enough)
git-svn-id: file:///svn/phpbb/trunk@5769 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -403,7 +403,7 @@ CREATE TABLE phpbb_posts (
|
||||
post_subject varchar(60),
|
||||
post_text mediumtext,
|
||||
post_checksum varchar(32) NOT NULL,
|
||||
post_encoding varchar(11) DEFAULT 'iso-8859-1' NOT NULL,
|
||||
post_encoding varchar(20) DEFAULT 'iso-8859-1' NOT NULL,
|
||||
post_attachment tinyint(1) DEFAULT '0' NOT NULL,
|
||||
bbcode_bitfield int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
bbcode_uid varchar(5) DEFAULT '' NOT NULL,
|
||||
@@ -437,7 +437,7 @@ CREATE TABLE phpbb_privmsgs (
|
||||
message_text mediumtext,
|
||||
message_edit_reason varchar(100),
|
||||
message_edit_user mediumint(8) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
message_encoding varchar(11) DEFAULT 'iso-8859-1' NOT NULL,
|
||||
message_encoding varchar(20) DEFAULT 'iso-8859-1' NOT NULL,
|
||||
message_attachment tinyint(1) DEFAULT '0' NOT NULL,
|
||||
bbcode_bitfield int(11) UNSIGNED DEFAULT '0' NOT NULL,
|
||||
bbcode_uid varchar(5) DEFAULT '' NOT NULL,
|
||||
|
Reference in New Issue
Block a user