mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +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:
@@ -808,7 +808,7 @@ CREATE TABLE phpbb_posts (
|
||||
post_subject varchar2(60),
|
||||
post_text clob,
|
||||
post_checksum varchar2(32),
|
||||
post_encoding varchar2(11) DEFAULT 'iso-8859-1',
|
||||
post_encoding varchar2(20) DEFAULT 'iso-8859-1',
|
||||
post_attachment number(1) DEFAULT '0' NOT NULL,
|
||||
bbcode_bitfield number(11) DEFAULT '0' NOT NULL,
|
||||
bbcode_uid varchar2(5) DEFAULT '',
|
||||
@@ -867,7 +867,7 @@ CREATE TABLE phpbb_privmsgs (
|
||||
message_text clob,
|
||||
message_edit_reason varchar2(100),
|
||||
message_edit_user number(8) DEFAULT '0' NOT NULL,
|
||||
message_encoding varchar2(11) DEFAULT 'iso-8859-1',
|
||||
message_encoding varchar2(20) DEFAULT 'iso-8859-1',
|
||||
message_attachment number(1) DEFAULT '0' NOT NULL,
|
||||
bbcode_bitfield number(11) DEFAULT '0' NOT NULL,
|
||||
bbcode_uid varchar2(5) DEFAULT '',
|
||||
|
Reference in New Issue
Block a user