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