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:
parent
4b0c341c4a
commit
a27b9de560
@ -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;
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user