1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

Fixes #5203 Plugin preference size limitation

This commit is contained in:
camer0n 2024-03-02 13:29:31 -08:00
parent 4b0c341c4a
commit a27b9de560

View File

@ -112,7 +112,7 @@ CREATE TABLE comments (
# #
CREATE TABLE core ( CREATE TABLE core (
e107_name varchar(100) NOT NULL default '', e107_name varchar(100) NOT NULL default '',
e107_value text NOT NULL, e107_value mediumtext NOT NULL,
PRIMARY KEY (e107_name) PRIMARY KEY (e107_name)
) ENGINE=InnoDB; ) ENGINE=InnoDB;
# -------------------------------------------------------- # --------------------------------------------------------