1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 05:31:58 +02:00

Re-add the releaseUrl row in the plugin table. Fix provided by SecretR 1d25a7dd919a7a4f8bc84939b0f6bfeb2c35095e

This commit is contained in:
Moc 2013-04-11 18:20:57 +02:00
parent c39333a6b2
commit 6bab6d6f7e

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