From f5cabf864c7bf29f5415a1ed315dc08b35f759c2 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 12 Aug 2006 15:10:43 +0000 Subject: bugfixes git-svn-id: file:///svn/phpbb/trunk@6275 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/develop/create_schema_files.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/develop/create_schema_files.php') diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php index bab008436f..5923b0a388 100644 --- a/phpBB/develop/create_schema_files.php +++ b/phpBB/develop/create_schema_files.php @@ -759,11 +759,11 @@ function get_schema_struct() 'bbcode_tag' => array('VCHAR:16', ''), 'bbcode_helpline' => array('VCHAR', ''), 'display_on_posting' => array('BOOL', 0), - 'bbcode_match' => array('VCHAR', ''), + 'bbcode_match' => array('TEXT', ''), 'bbcode_tpl' => array('MTEXT', ''), - 'first_pass_match' => array('VCHAR', ''), - 'first_pass_replace' => array('VCHAR', ''), - 'second_pass_match' => array('VCHAR', ''), + 'first_pass_match' => array('MTEXT', ''), + 'first_pass_replace' => array('MTEXT', ''), + 'second_pass_match' => array('MTEXT', ''), 'second_pass_replace' => array('MTEXT', ''), ), 'PRIMARY_KEY' => 'bbcode_id', -- cgit v1.2.1