Koha/installer/data/mysql/atomicupdate
Nick Clemens 1faf3bcf2a
Bug 33489: Add indices to default patron search fields
This patch adds indices to the borrowers table to match the default
search fields for patrons.

To test:
1 - Apply patch
2 - Update database
3 - Ensure patron searching works as before

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-05-12 17:50:03 -03:00
..
bz_33489.pl Bug 33489: Add indices to default patron search fields 2023-05-12 17:50:03 -03:00
README Bug 17356 - update README 2016-10-28 14:47:04 +00:00
skeleton.pl Bug 32191: Add sample output for copying and pasting to skeleton.pl 2022-11-14 15:08:10 -03: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.