Bug 27349: Fix Mana system preference wrong type
authorFridolin Somers <fridolin.somers@biblibre.com>
Wed, 6 Jan 2021 10:47:59 +0000 (11:47 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Jan 2021 09:05:21 +0000 (10:05 +0100)
commit557d2137d6dcfa1ce6f816c1d55c254418fe581c
tree90ba3c17082eb5b71fedb2f97987f06a4068ca30
parent7be57c66085071fea763a572ac2a6ceb82641297
Bug 27349: Fix Mana system preference wrong type

Mana system preference type 'YesNo' is wrong since it has 3 values.
Change to 'Choice'

Test plan :
1) Run atomic update
2) Check in database 'Mana' 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_27349.sql [new file with mode: 0644]
installer/data/mysql/mandatory/sysprefs.sql
installer/data/mysql/updatedatabase.pl