From 87f0dbbb0f70c57261fa17bea489b84fa41cb91d 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 Signed-off-by: Kyle M Hall --- installer/data/mysql/kohastructure.sql | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 24097ed..1438399 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.2.5