https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #21 from David Nind <david@davidnind.com> --- This is how I tested the bug using koha-testing-docker: 1. Applied patch 2. Updated database - result: updatedatabase DEV atomic update /kohadevbox/koha/installer/data/mysql/atomicupdate/bug29390.pl [05:14:16]: Bug 29390 - Add missing FK constraints to authorised value categories Found the following bad authorised values categories in marc_tag_structure: Unititle Have set these values in marc_tag_structure to NULL Added 7 foreign key constraints. 3. Ran flush_memcached and restart_all 4. Ran updatedatabase again - result: updatedatabase DEV atomic update /kohadevbox/koha/installer/data/mysql/atomicupdate/bug29390.pl [05:15:11]: Bug 29390 - Add missing FK constraints to authorised value categories Added 0 foreign key constraints. 5. Tests passed: t/db_dependent/Installer.t Hope this is sufficient. -- You are receiving this mail because: You are watching all bug changes.