mirror of
https://github.com/e107inc/e107.git
synced 2025-07-26 01:11:28 +02:00
Fixes #5203 Plugin preference size limitation
This commit is contained in:
@@ -112,7 +112,7 @@ CREATE TABLE comments (
|
||||
#
|
||||
CREATE TABLE core (
|
||||
e107_name varchar(100) NOT NULL default '',
|
||||
e107_value text NOT NULL,
|
||||
e107_value mediumtext NOT NULL,
|
||||
PRIMARY KEY (e107_name)
|
||||
) ENGINE=InnoDB;
|
||||
# --------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user