[Koha-bugs] [Bug 27903] Script to move atomic updates to updatedatabase.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 9 14:56:48 CET 2021


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

--- Comment #2 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
To use:
- download the script to misc/devel/move_atomicupdate.pl
- edit .git/info/exclude and add "misc/devel/move_atomicupdate.pl"

Apply patches with atomicupdate entries and execute:

% perl misc/devel/move_atomicupdate.pl bug_12345.pl
or
% perl misc/devel/move_atomicupdate.pl
installer/data/mysql/atomicupdate/bug_12345.pl

You can specify more than 1 file

Then edit installer/data/mysql/updatedatabase.pl and confirm that the DBrev has
been created correctly.
Double-check the commit message as well!

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


More information about the Koha-bugs mailing list