Bug 26341: Database update for bug 21443 is not idempotent and will destroy settings
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 1 Sep 2020 14:42:47 +0000 (10:42 -0400)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 23 Sep 2020 20:08:25 +0000 (22:08 +0200)
commite708566e729239ed7857c357ee53419c44742ddd
tree362b555a3ad4b9a9b2ffe2a47b36bc0804e3e746
parentaf9938c43feaa76bf1b1bb0a0e4b21ff7fbbe449
Bug 26341: Database update for bug 21443 is not idempotent and will destroy settings

If the database update for bug 21443 is run, and the library changes any
of the hourly or daily rental fees following the calendar, a second run
of the database update will overwrite those changes.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl