9 Mar
2021
9 Mar
'21
2:56 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27903 --- Comment #2 from Jonathan Druart <jonathan.druart@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.