Koha/installer/data/mysql
Owen Leonard 6b25e526bf Bug 27652: (follow-up) Correct typo in database update
This patch adds a missing "SET" in the database update. Before:

   UPDATE systempreferences
   value=REPLACE(value, '|', ',')

Corrected:

   UPDATE systempreferences
   SET value=REPLACE(value, '|', ',')

Signed-off-by: David Nind <david@davidnind.com>

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

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-03-09 17:20:47 +01:00
..
atomicupdate Bug 27652: (follow-up) Correct typo in database update 2021-03-09 17:20:47 +01:00
en Bug 12224: (follow-up) Format today with KohaDates 2021-03-05 13:49:04 +01:00
fr-CA Bug 12224: (follow-up) Format today with KohaDates 2021-03-05 13:49:04 +01:00
fr-FR Bug 12224: (follow-up) Format today with KohaDates 2021-03-05 13:49:04 +01:00
it-IT Bug 12224: (follow-up) Format today with KohaDates 2021-03-05 13:49:04 +01:00
localization Bug 27822: Fix default value for AddressFormat (es-ES) 2021-03-03 11:57:51 +01:00
mandatory Bug 22824: Fix default values for YesNo 2021-03-04 16:18:42 +01:00
nb-NO Bug 12224: (follow-up) Format today with KohaDates 2021-03-05 13:49:04 +01:00
pl-PL Bug 12224: (follow-up) Format today with KohaDates 2021-03-05 13:49:04 +01:00
ru-RU Bug 12224: (follow-up) Format today with KohaDates 2021-03-05 13:49:04 +01:00
uk-UA Bug 12224: (follow-up) Format today with KohaDates 2021-03-05 13:49:04 +01:00
backfill_statistics.pl
fix_unclosed_nonaccruing_fines_bug17135.pl Bug 24840: Replace DateTime->now with dt_from_string 2020-04-08 11:54:23 +01:00
kohastructure.sql Bug 26057: Add datecancelled, cancellation_reason fields 2021-03-03 15:36:13 +01:00
labels_upgrade.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
patroncards_upgrade.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
update22to30.pl Bug 21395: Make perlcritic happy 2020-06-29 12:37:02 +02:00
updatedatabase.pl Bug 12224: DBRev 20.12.00.022 2021-03-05 13:54:02 +01:00