Commit 424a1934a775e45e08ccee8a8fe8c1dd8a9fd4f0

Authored by kevin_fourie
1 parent aceeb503

KTS-3038

"Scheduler plugins are not in the default data.sql install file"
Fixed. Updeated data.sql file.

Committed By: Kevin Fourie
Reviewed By: Megan Watson

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8070 c91229c3-7414-0410-bfa2-8a42b809f60b
sql/mysql/install/structure.sql
@@ -2262,7 +2262,7 @@ CREATE TABLE `zseq_plugin_rss` ( @@ -2262,7 +2262,7 @@ CREATE TABLE `zseq_plugin_rss` (
2262 CREATE TABLE `zseq_plugins` ( 2262 CREATE TABLE `zseq_plugins` (
2263 `id` int(10) unsigned NOT NULL auto_increment, 2263 `id` int(10) unsigned NOT NULL auto_increment,
2264 PRIMARY KEY (`id`) 2264 PRIMARY KEY (`id`)
2265 -) ENGINE=MyISAM AUTO_INCREMENT=82 DEFAULT CHARSET=latin1; 2265 +) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=latin1;
2266 2266
2267 -- 2267 --
2268 -- Table structure for table `zseq_plugin_helper` 2268 -- Table structure for table `zseq_plugin_helper`