https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34276
--- Comment #26 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ 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/
