View | Details | Raw Unified | Return to bug 9819
Collapse All | Expand All

(-)a/installer/data/mysql/kohastructure.sql (-10 lines)
Lines 2007-2021 CREATE TABLE `statistics` ( -- information related to transactions (circulation Link Here
2007
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2007
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2008
2008
2009
--
2009
--
2010
-- Table structure for table `stopwords`
2011
--
2012
2013
DROP TABLE IF EXISTS `stopwords`;
2014
  CREATE TABLE `stopwords` (
2015
  `word` varchar(255) default NULL
2016
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
2017
2018
--
2019
-- Table structure for table subscription_frequencies
2010
-- Table structure for table subscription_frequencies
2020
--
2011
--
2021
2012
2022
- 

Return to bug 9819