1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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 varbinary(255) DEFAULT '' NOT NULL,
config_value blob NOT NULL,
config_value mediumblob NOT NULL,
PRIMARY KEY (config_name)
);