Commit 02407730bf80424e94c130ee464f42c8a47df1fc

Authored by Kevin Fourie
1 parent e8b1faab

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 2262 CREATE TABLE `zseq_plugins` (
2263 2263 `id` int(10) unsigned NOT NULL auto_increment,
2264 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 2268 -- Table structure for table `zseq_plugin_helper`
... ...