Bug 14472: Wrong ISSN search index in record matching rules
[koha.git] / installer / data / mysql / atomicupdate / bug_14472_Wrong_ISSN_search_index_in_record_matching_rules.sql
1 UPDATE matchpoints SET search_index ='issn' where matcher_id = (SELECT matcher_id FROM marc_matchers WHERE code = 'ISSN');