https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35380
--- Comment #49 from Martin Renvoize (ashimema) <[email protected]> --- Created attachment 196090 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196090&action=edit Bug 35380: (QA follow-up) Fix data migration for pre-existing record sources INSERT IGNORE silently skips rows whose name already exists, leaving their is_system column at 0. Systems that already had 'intranet', 'z3950' etc. as record sources would not have them protected from deletion. Added an explicit UPDATE after the INSERT to ensure all known system record source names have is_system=1 regardless of whether the row was just inserted or already existed. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
