Koha/installer/data/mysql
Martin Renvoize db48209356
Bug 28854: (QA follow-up) Fix DB revision for AV's above 10
The authorised_value field is a varchar and so 'MAX' will sort '9' above
'10' and cause issues if you have more than 9 AV values already for LOST
or NOT_LOAN.

This patch adds a 'CAST' to the field so we can use MAX correctly.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-07-13 10:36:15 -03:00
..
atomicupdate Bug 28854: (QA follow-up) Fix DB revision for AV's above 10 2022-07-13 10:36:15 -03:00
db_revs Bug 24857: DBRev 22.06.00.014 2022-07-08 16:23:05 -03:00
en Bug 28854: Add default AV and Syspref values 2022-07-13 10:35:51 -03:00
localization Bug 27619: Add custom for fr-FR 2022-05-11 09:59:58 +01:00
mandatory Bug 28854: Add default AV and Syspref values 2022-07-13 10:35:51 -03:00
backfill_statistics.pl
fix_unclosed_nonaccruing_fines_bug17135.pl
kohastructure.sql Bug 28854: Drop unique index on issue_id in return claims 2022-07-13 10:35:29 -03:00
labels_upgrade.pl
patroncards_upgrade.pl
update22to30.pl
updatedatabase.pl Bug 30539: (bug 24161 follow-up) Fix typo in DBrev 2022-06-07 09:07:20 -03:00