1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 04:04:12 +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:
Meik Sievertsen
2006-04-08 13:12:27 +00:00
parent b62ffc0bb0
commit fecdf14358
6 changed files with 12 additions and 12 deletions

View File

@@ -348,7 +348,7 @@ CREATE TABLE [phpbb_posts] (
[post_subject] [varchar] (60) NULL ,
[post_text] [text] NULL ,
[post_checksum] [varchar] (32) NOT NULL ,
[post_encoding] [varchar] (11) NOT NULL ,
[post_encoding] [varchar] (20) NOT NULL ,
[post_attachment] [int] NOT NULL ,
[bbcode_bitfield] [int] NOT NULL ,
[bbcode_uid] [varchar] (5) NOT NULL ,
@@ -375,7 +375,7 @@ CREATE TABLE [phpbb_privmsgs] (
[message_text] [text] NULL ,
[message_edit_reason] [varchar] (100) NULL ,
[message_edit_user] [int] NOT NULL ,
[message_encoding] [varchar] (11) NOT NULL ,
[message_encoding] [varchar] (20) NOT NULL ,
[message_attachment] [int] NOT NULL ,
[bbcode_bitfield] [int] NOT NULL ,
[bbcode_uid] [varchar] (5) NOT NULL ,