Bug 22284: New ft_local_hold_group column, and 'holgroup' enum option
authorAgustin Moyano <agustinmoyano@theke.io>
Mon, 25 Mar 2019 01:50:42 +0000 (22:50 -0300)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 3 Jan 2020 12:58:02 +0000 (12:58 +0000)
commit59d5ada70e6abe7c9bdbf53450e5e7c11c9d3099
treece194c3613de1322087b3495b2f694e7c37a5453
parent309754a143cb2f4ce1adc9b4bfeeca3e9af900a0
Bug 22284: New ft_local_hold_group column, and 'holgroup' enum option

In order to add groups for holds, this patch provides a new column in
library_groups to identify them. Also provides new enum option for
hold_fulfillment_policy column of default_branch_circ_rules,
default_circ_rules, default_branch_item_rules and branch_item_rules.

To test:
1) check that there is no ft_local_hold_group column in library_groups
and that there are no 'holdgroup' enum option in hold_fulfillment_policy
in default_branch_circ_rules, default_circ_rules, default_branch_item_rules
and branch_item_rules
2) apply this patch
3) perl installer/data/mysql/updatedatabase.pl && dbic
SUCCESS => !(step 1) ;-D
4) Sign off

Sponsored-by: VOKAL
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
installer/data/mysql/atomicupdate/bug_22284_add_ft_local_hold_group_to_library_groups.perl [new file with mode: 0644]
installer/data/mysql/kohastructure.sql