[Koha-bugs] [Bug 8002] Can't add patron attribute type in newer installation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 6 13:31:25 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8002

--- Comment #9 from Paul Poulain <paul.poulain at 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.


More information about the Koha-bugs mailing list