https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34088 --- Comment #45 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to David Cook from comment #44)
(In reply to David Cook from comment #43)
(In reply to Julian Maurice from comment #42)
Another idea, Joubu's idea but reversed: keep only the needs_update call in updatedatabase.pl and move the rest in a new file, updatedatabase.pl would call/eval/do this new file. That way we don't need to update all scripts that rely on updatedatabase.pl
I like that. I like that a lot. It would be a very light touch while still being effective.
I especially like this, because koha-upgrade-schema isn't the only way to call updatedatabase.pl.
I didn't find any other occurrences that needed to be adjusted, hence my version. I am letting you fix it another way then. -- You are receiving this mail because: You are watching all bug changes.