1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 11:13:59 +02:00

[ticket/10202] Upgrade TEXT to the bigger MTEXT.

PHPBB3-10202
This commit is contained in:
Andreas Fischer
2013-03-05 22:39:41 +01:00
parent 0071ad3bfd
commit 5158224845
6 changed files with 7 additions and 7 deletions

View File

@@ -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',
);