mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 10:50:25 +02:00
Plugin table fix
This commit is contained in:
@@ -429,7 +429,6 @@ CREATE TABLE plugin (
|
||||
plugin_installflag tinyint(1) unsigned NOT NULL default '0',
|
||||
plugin_addons text NOT NULL,
|
||||
plugin_category varchar(100) NOT NULL default '',
|
||||
plugin_releaseUrl varchar(255) NOT NULL default '',
|
||||
PRIMARY KEY (plugin_id),
|
||||
UNIQUE KEY plugin_path (plugin_path)
|
||||
) ENGINE=MyISAM;
|
||||
|
Reference in New Issue
Block a user