1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +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

@@ -160,7 +160,7 @@ CREATE TABLE phpbb_config (
# Table: 'phpbb_config_text'
CREATE TABLE phpbb_config_text (
config_name varchar(255) DEFAULT '' NOT NULL,
config_value text NOT NULL,
config_value mediumtext NOT NULL,
PRIMARY KEY (config_name)
) CHARACTER SET `utf8` COLLATE `utf8_bin`;