Bug 16223: Add new columns to table restriction_types
authorEmmi Takkinen <emmi.takkinen@koha-suomi.fi>
Wed, 14 Sep 2022 11:51:51 +0000 (14:51 +0300)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 11 Oct 2023 15:13:06 +0000 (12:13 -0300)
commitc894703b7c160b5b254514626dfc00c73c132e9c
tree260d8137855388acd9560c6c00bc7b35a562158c
parentba8d05cbc8f4a5120b2aafaaaa45714d76059723
Bug 16223: Add new columns to table restriction_types

This patch adds two new columns, lift_after_payment and fee_limit,
to table restriction_types. These colums are used to control
lifting patrons restrictions after paying their fees.

To test:
1. Apply this patch.
2. Update your database via updatedatabase.pl.
=> Confirm your table restriction_types has two new columns.

Sponsored-by: Koha-Suomi Oy
Signed-off-by: Anneli Österman <anneli.osterman@koha-suomi.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
installer/data/mysql/atomicupdate/bug_16223.pl [new file with mode: 0755]