mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 02:40:25 +02:00
Re-add the releaseUrl row in the plugin table. Fix provided by SecretR 1d25a7dd91
This commit is contained in:
@@ -429,6 +429,7 @@ 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