Typo in kohastructured.sql thanks to Marcel de Rooy for the catch

This commit is contained in:
Chris Cormack 2011-03-31 11:41:48 +13:00
parent 223436970b
commit c584003c1d

View file

@ -420,7 +420,7 @@ CREATE TABLE `categories` (
`overduenoticerequired` tinyint(1) default NULL, `overduenoticerequired` tinyint(1) default NULL,
`issuelimit` smallint(6) default NULL, `issuelimit` smallint(6) default NULL,
`reservefee` decimal(28,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', `category_type` varchar(1) NOT NULL default 'A',
PRIMARY KEY (`categorycode`), PRIMARY KEY (`categorycode`),
UNIQUE KEY `categorycode` (`categorycode`) UNIQUE KEY `categorycode` (`categorycode`)