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

@@ -157,7 +157,7 @@ CREATE INDEX phpbb_config_is_dynamic ON phpbb_config (is_dynamic);
# Table: 'phpbb_config_text'
CREATE TABLE phpbb_config_text (
config_name varchar(255) NOT NULL DEFAULT '',
config_value text(65535) NOT NULL DEFAULT '',
config_value mediumtext(16777215) NOT NULL DEFAULT '',
PRIMARY KEY (config_name)
);