[Koha-bugs] [Bug 27880] Store each database migrations state in database

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 4 09:31:59 CEST 2023


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

--- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hm, you pretend like sequence of execution does not matter, but indeed it does.
A FK can only be added to a table that already exists, a column can only be
added AFTER another column that is already there etc. The sequence and the way
we sometimes need to shift data make it necessary that even if updates are
idempotent or only run once, the sequence plays a role.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list