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

Katrin Fischer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |additional_work_needed

--- Comment #58 from Katrin Fischer <[email protected]> ---
Updating from 23.11 to 24.05 we have a mismatch in the names of the keys:

   KEY `debit_type_code` (`debit_type_code`),
   KEY `itemnumber` (`itemnumber`),
   KEY `branchcode` (`branchcode`),
-  KEY `issue_id` (`issue_id`),
-  KEY `old_issue_id` (`old_issue_id`),
   KEY `manager_id` (`manager_id`),
   KEY `accountlines_ibfk_registers` (`register_id`),
+  KEY `accountlines_ibfk_old_issues` (`old_issue_id`),
+  KEY `accountlines_ibfk_issues` (`issue_id`),

-- 
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/

Reply via email to