From 6bab6d6f7e040392e98fee5cf8fbaf0c90c9fc3a Mon Sep 17 00:00:00 2001 From: Moc Date: Thu, 11 Apr 2013 18:20:57 +0200 Subject: [PATCH] Re-add the releaseUrl row in the plugin table. Fix provided by SecretR 1d25a7dd919a7a4f8bc84939b0f6bfeb2c35095e --- e107_core/sql/core_sql.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_core/sql/core_sql.php b/e107_core/sql/core_sql.php index fd320c743..c64c1d024 100644 --- a/e107_core/sql/core_sql.php +++ b/e107_core/sql/core_sql.php @@ -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;