Bug 24289: Add foreign keys on *_holidays.branchcode tables
commit9f6e2fa552dfd26d0d3dd29162aeae9f0e24e6cc
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 26 Dec 2019 10:42:43 +0000 (26 11:42 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 13 Feb 2020 21:01:50 +0000 (13 21:01 +0000)
tree7341903e80fec034cb29de993eabd09e2f9fc58e
parent3265fc8cc8cce70d31662c350a09d3fc9d45bf2b
Bug 24289: Add foreign keys on *_holidays.branchcode tables

Those are missing foreign keys, it will also clean the holidays tables
and automatically remove the holidays when a library is removed.

Test plan:
0. Do not apply this patch
1. Create a new library
2. Create special and repeatable holiday for this library
3. Remove the library
=> Notice that the holidays still exist in DB
4. Apply this patch
5. Execute the update database entry
=> Notice that the holidays for this library have been removed from the DB
6. Repeat 1-3
=> Notice that the holidays have been removed along with the library

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
(cherry picked from commit 8d42c6be904cf1e23c179063500d236fc5789d8f)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
installer/data/mysql/atomicupdate/bug_24289.perl [new file with mode: 0644]
installer/data/mysql/kohastructure.sql