From 424a1934a775e45e08ccee8a8fe8c1dd8a9fd4f0 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Fri, 15 Feb 2008 13:40:05 +0000 Subject: [PATCH] KTS-3038 "Scheduler plugins are not in the default data.sql install file" Fixed. Updeated data.sql file. --- sql/mysql/install/structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mysql/install/structure.sql b/sql/mysql/install/structure.sql index 777c6fe..8fd4feb 100644 --- a/sql/mysql/install/structure.sql +++ b/sql/mysql/install/structure.sql @@ -2262,7 +2262,7 @@ CREATE TABLE `zseq_plugin_rss` ( CREATE TABLE `zseq_plugins` ( `id` int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (`id`) -) ENGINE=MyISAM AUTO_INCREMENT=82 DEFAULT CHARSET=latin1; +) ENGINE=MyISAM AUTO_INCREMENT=24 DEFAULT CHARSET=latin1; -- -- Table structure for table `zseq_plugin_helper` -- libgit2 0.21.4