From b5fb8b6829b009e18450550b2ef5d85b606357d1 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 28 Mar 2013 03:54:30 -0700 Subject: [PATCH] Plugin table fix --- e107_core/sql/core_sql.php | 1 - 1 file changed, 1 deletion(-) 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;