[Koha-bugs] [Bug 34520] Database update 22.06.00.078 breaks update process

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 30 10:29:55 CEST 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |critical
         Depends on|                            |24860
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com,
                   |                            |kyle at bywatersolutions.com

--- Comment #1 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
kohastructure.sql has
5033   CONSTRAINT `reserves_ibfk_ig` FOREIGN KEY (`item_group_id`) REFERENCES
`item_groups` (`item_group_id`) ON DELETE CASCADE ON UPDATE CASCADE


but db rev (220600078.pl) has:
14                 ADD CONSTRAINT `reserves_ibfk_ig` FOREIGN KEY
(`item_group_id`) REFERENCES `item_groups` (`item_group_id`) ON DELETE SET NULL
ON UPDATE CASCADE;

Not sure the error is coming from there however.


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24860
[Bug 24860] Add ability to place item group level holds
-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list