aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/create_schema_files.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-03-05 22:39:41 +0100
committerAndreas Fischer <bantu@phpbb.com>2013-03-05 22:59:57 +0100
commit5158224845d4d21fc3d4bbb62ff3e0d798285071 (patch)
treec6ee730ae8847baa95200ea0b2c3fa897d34d1bc /phpBB/develop/create_schema_files.php
parent0071ad3bfd88780af24ebf9cb4d02eac76369994 (diff)
downloadforums-5158224845d4d21fc3d4bbb62ff3e0d798285071.tar
forums-5158224845d4d21fc3d4bbb62ff3e0d798285071.tar.gz
forums-5158224845d4d21fc3d4bbb62ff3e0d798285071.tar.bz2
forums-5158224845d4d21fc3d4bbb62ff3e0d798285071.tar.xz
forums-5158224845d4d21fc3d4bbb62ff3e0d798285071.zip
[ticket/10202] Upgrade TEXT to the bigger MTEXT.
PHPBB3-10202
Diffstat (limited to 'phpBB/develop/create_schema_files.php')
-rw-r--r--phpBB/develop/create_schema_files.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/create_schema_files.php b/phpBB/develop/create_schema_files.php
index 907d177678..b454fb2c16 100644
--- a/phpBB/develop/create_schema_files.php
+++ b/phpBB/develop/create_schema_files.php
@@ -1001,7 +1001,7 @@ function get_schema_struct()
$schema_data['phpbb_config_text'] = array(
'COLUMNS' => array(
'config_name' => array('VCHAR', ''),
- 'config_value' => array('TEXT', ''),
+ 'config_value' => array('MTEXT', ''),
),
'PRIMARY_KEY' => 'config_name',
);