@@ -, +, @@ - Apply the patch - Do a fresh install - The database structure should be created flawlessly - There should not be a 'stopwords' table created --- installer/data/mysql/kohastructure.sql | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) --- a/installer/data/mysql/kohastructure.sql +++ a/installer/data/mysql/kohastructure.sql @@ -1845,15 +1845,6 @@ CREATE TABLE `statistics` ( -- information related to transactions (circulation ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- --- Table structure for table `stopwords` --- - -DROP TABLE IF EXISTS `stopwords`; - CREATE TABLE `stopwords` ( - `word` varchar(255) default NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8; - --- -- Table structure for table `subscription` -- --