[Koha-bugs] [Bug 34276] upgrading 23.05 to 23.05.002

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 30 17:08:51 CEST 2023


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

--- Comment #26 from Jonathan Druart <jonathan.druart+koha at 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.


More information about the Koha-bugs mailing list