]> git.koha-community.org Git - koha.git/commit
Bug 27351: Fix UsageStatsCountry system preference wrong type
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 6 Jan 2021 14:32:37 +0000 (15:32 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 8 Jan 2021 14:17:30 +0000 (15:17 +0100)
commitbbab6615637c60c757df79bdc695a606622ed96a
tree715937fd73d2fb4260090b08e8c37cbd55174409
parent1700c393b1de3c32b3b572efd0cf935255813e2b
Bug 27351: Fix UsageStatsCountry system preference wrong type

UsageStatsCountry system preference type 'YesNo' is wrong since it has
several values.
Change to 'Choice'.
Looks like this error whas only in updatedabase 3.17.00.030.

Test plan :
1) Run atomic update
2) Check in database 'UsageStatsCountry' system preference type is
   'Choice'

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/atomicupdate/bug_27351.sql [new file with mode: 0644]
installer/data/mysql/updatedatabase.pl