From 8bcac39bb35a3da7e9f6b443b8bbbac5fc03132c Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 10 Apr 2013 11:06:45 -0300 Subject: [PATCH] Bug 9819 - Remove 'stopwords' table from kohastructure.sql MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just that. To test: - Apply the patch - Do a fresh install - The database structure should be created flawlessly - There should not be a 'stopwords' table created Sponsored-by: Universidad Nacional de Córdoba --- installer/data/mysql/kohastructure.sql | 9 --------- 1 file changed, 9 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index a6760d4..3fa9b06 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/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` -- -- 1.7.10.4