mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10202] Upgrade TEXT to the bigger MTEXT.
PHPBB3-10202
This commit is contained in:
@@ -274,7 +274,7 @@ CREATE INDEX phpbb_config_is_dynamic ON phpbb_config (is_dynamic);
|
||||
*/
|
||||
CREATE TABLE phpbb_config_text (
|
||||
config_name varchar(255) DEFAULT '' NOT NULL,
|
||||
config_value varchar(8000) DEFAULT '' NOT NULL,
|
||||
config_value TEXT DEFAULT '' NOT NULL,
|
||||
PRIMARY KEY (config_name)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user