[Koha-bugs] [Bug 29390] Authorised values: Add a few missing foreign keys

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 12 07:22:29 CEST 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #21 from David Nind <david at 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.


More information about the Koha-bugs mailing list