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`