diff --git a/e107_core/sql/core_sql.php b/e107_core/sql/core_sql.php index c64c1d024..fd320c743 100644 --- a/e107_core/sql/core_sql.php +++ b/e107_core/sql/core_sql.php @@ -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;