Bug 9819 - Remove 'stopwords' table from kohastructure.sql
authorTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 10 Apr 2013 14:06:45 +0000 (11:06 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 30 Dec 2015 15:49:36 +0000 (15:49 +0000)
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 <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
installer/data/mysql/kohastructure.sql

index fa44ff7..8607abe 100644 (file)
@@ -2007,15 +2007,6 @@ CREATE TABLE `statistics` ( -- information related to transactions (circulation
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
 
 --
--- Table structure for table `stopwords`
---
-
-DROP TABLE IF EXISTS `stopwords`;
-  CREATE TABLE `stopwords` (
-  `word` varchar(255) default NULL
-) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-
---
 -- Table structure for table subscription_frequencies
 --