https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6175

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|Mismatch between            |Mismatch between
                   |marc_subfield_structure and |auth_subfield_structure and
                   |authorised_values tables    |authorised_values data type
                   |                            | - varchar(32) vs.
                   |                            |varchar(10)

--- Comment #8 from Katrin Fischer <[email protected]> ---
marc_subfield_structure
 `authorised_value` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,

auth_subfield_structure
 `authorised_value` varchar(10) COLLATE utf8mb4_unicode_ci DEFAULT NULL,

authorised_value_categories
 `category_name` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',

authorised_values
  `category` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',

I think there is still a issue for the auth_subfield_structure.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to