From fc35c6ab3c4624ccac53ba20543a783ab7783d03 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 31 Oct 2007 13:38:05 -0500 Subject: [PATCH] fixed typo in statement for reports_dictionary Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- installer/kohastructure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/kohastructure.sql b/installer/kohastructure.sql index 10128cfb89..45047b7fa6 100644 --- a/installer/kohastructure.sql +++ b/installer/kohastructure.sql @@ -1289,7 +1289,7 @@ CREATE TABLE `repeatable_holidays` ( -- Table structure for table `reports_dictionary` -- -DROP TABLE IF EXISTS `reports_dictionary` +DROP TABLE IF EXISTS `reports_dictionary`; CREATE TABLE reports_dictionary ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) default NULL, -- 2.39.5