Skip to content

Commit

Permalink
Fixes #5203 Plugin preference size limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Mar 2, 2024
1 parent 4b0c341 commit a27b9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_core/sql/core_sql.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
#
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;
# --------------------------------------------------------
Expand Down

0 comments on commit a27b9de

Please sign in to comment.