From c584003c1d96df21a06af47eebcf2f9a7f461123 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Thu, 31 Mar 2011 11:41:48 +1300 Subject: [PATCH] Typo in kohastructured.sql thanks to Marcel de Rooy for the catch --- installer/data/mysql/kohastructure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 1171cb12db..e0bea81203 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -420,7 +420,7 @@ CREATE TABLE `categories` ( `overduenoticerequired` tinyint(1) default NULL, `issuelimit` smallint(6) default NULL, `reservefee` decimal(28,6) default NULL, - `hidelostitems` tinyint(1) NOT NULL default '0' + `hidelostitems` tinyint(1) NOT NULL default '0', `category_type` varchar(1) NOT NULL default 'A', PRIMARY KEY (`categorycode`), UNIQUE KEY `categorycode` (`categorycode`) -- 2.39.5