Koha/installer/data/mysql/atomicupdate
Andrew Isherwood 07bc356156 Bug 24083: Required atomic updates & DB update
This patch adds:

- An "UnseenRenewals" circulation syspref that enables/disables the
  functionality added in this bug

- Add unseen_renewals_allowed to circulation_rules

- A change to the issues & old_issues table schemas and corresponding
  database upgrades to add issues.unseen_renewals &
  old_issues.unseen_renewals

Signed-off-by: Sally Healey <sally.Healey@cheshirewestandchester.gov.uk>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-11-11 16:09:58 +01:00
..
bug_24083_add_issues_unseen_renewals.perl Bug 24083: Required atomic updates & DB update 2020-11-11 16:09:58 +01:00
bug_24083_add_issuingrules_unseen_renewals_allowed.perl Bug 24083: Required atomic updates & DB update 2020-11-11 16:09:58 +01:00
bug_24083_UnseenRenewals_syspref.perl Bug 24083: Required atomic updates & DB update 2020-11-11 16:09:58 +01:00
README Bug 17356 - update README 2016-10-28 14:47:04 +00:00
skeleton.perl Bug 24131: (RM follow-up) Final Rebase 2020-03-24 10:42:25 +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.