Typo in kohastructured.sql thanks to Marcel de Rooy for the catch
This commit is contained in:
parent
223436970b
commit
c584003c1d
1 changed files with 1 additions and 1 deletions
|
@ -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`)
|
||||||
|
|
Loading…
Reference in a new issue