1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-28 18:30:53 +02:00

Plugin table fix

This commit is contained in:
Cameron
2013-03-28 03:54:30 -07:00
parent f414e29adc
commit b5fb8b6829

View File

@@ -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;