Koha/installer/data/mysql/atomicupdate
Jonathan Druart bd29269185 Bug 20264: Remove syspref checkdigit
According to
http://irc.koha-community.org/koha/2013-06-26#i_1333289
http://irc.koha-community.org/koha/2013-06-26#i_1333589
and Hea data, this syspref is no longer in used and is always set to
false.

Signed-off-by: Dilan Johnpullé <dilan@calyx.net.au>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2018-03-23 11:45:38 -03:00
..
bug_20264_remove_checkdigit.sql Bug 20264: Remove syspref checkdigit 2018-03-23 11:45:38 -03:00
README Bug 17356 - update README 2016-10-28 14:47:04 +00:00
skeleton.perl Bug 17356: [QA Follow-up] Minor changes to skeleton.perl 2016-10-28 14:47:05 +00:00

Please put your database revision files in this folder.
The Release Manager will remove them here when pushing your patches.

To use the skeleton .perl for your update:

% cp installer/data/mysql/atomicupdate/skeleton.perl
installer/data/mysql/atomicupdate/bug_XXXXX.perl

and put your modifications in where noted.