Koha/installer/data/mysql
Julian Maurice 0e1ca19a48 Bug 28489: Modify sessions.a_session from longtext to longblob
This column contains serialized data, it should be a blob.
And it fixes encoding issues.

Test plan:
1. Apply patch and run updatedatabase
2. In $KOHA_CONF make sure that you have
   <strict_sql_modes>0</strict_sql_modes>
3. Create 2 libraries:
  a. TESTÄ/Testä
  b. TEST✓/Test✓
4. Go to the staff interface, change your library to Testä, then
   navigate to a few other pages, make sure there is no encoding problem
   with the library name in the top right corner
5. Do the same with Test✓

Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com>
Signed-off-by: Andrew Nugged <nugged@gmail.com>

Signed-off-by: David Cook <dcook@prosentient.com.au>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-06-14 17:35:19 +02:00
..
atomicupdate Bug 28489: Modify sessions.a_session from longtext to longblob 2021-06-14 17:35:19 +02:00
en Bug 26995: Remove occurrences in sample_patrons.yml 2021-05-10 15:46:55 +02:00
fr-CA Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
fr-FR Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
localization Bug 28108: Replace one remaining occurrence 2021-05-10 15:52:53 +02:00
mandatory Bug 18989: Allow displaying biblios with all items hidden by OpacHiddenItems 2021-05-12 14:12:07 +02:00
nb-NO Bug 16486: Display the timestamp when an accountline is updated 2021-05-06 15:52:41 +02:00
backfill_statistics.pl
fix_unclosed_nonaccruing_fines_bug17135.pl
kohastructure.sql Update kohastructure.sql for 21.05.00 2021-05-27 15:07:36 +02: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 Koha 21.06 - start of a new dev cycle 2021-06-02 16:47:57 +02:00