30 Aug
2023
30 Aug
'23
5:08 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34276 --- Comment #26 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (one) Test plan: git checkout v22.11.05 reset_all git checkout master yes|git bz apply 34276 updatedatabase # idempotence koha-mysql kohadev -e 'update systempreferences set value="22.1100000" where variable="version"' updatedatabase => No error! koha-mysql kohadev -e 'show create table illrequests' You must see that the FK is named 'illrequests_bibfk' You should also try to break the upgrade at 23.06.00.002 with the wrong FK name illrequests_ibfk_1 and updatedatabase again. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.