https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29390
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #21 from David Nind <[email protected]> --- 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. _______________________________________________ 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/
