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:
@@ -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`;
|
||||
|
||||
|
Reference in New Issue
Block a user