6 Sep
2012
6 Sep
'12
1:31 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8002 --- Comment #9 from Paul Poulain <paul.poulain@biblibre.com> --- mmm... The patch is: - `category_code` VARCHAR(1) NOT NULL DEFAULT '',-- defines a category for an attribute_type + `category_code` VARCHAR(1) NULL DEFAULT NULL,-- defines a category for an attribute_type so category_code is already set to varchar(1) before this patch. This patch just set NULL instead of NOT NULL Digging kohastructure git history now -- You are receiving this mail because: You are watching all bug changes.