]> git.koha-community.org Git - koha.git/commit
Bug 28490: Bring back accidentally deleted relationship columns
authorJoonas Kylmälä <joonas.kylmala@helsinki.fi>
Wed, 2 Jun 2021 17:37:25 +0000 (20:37 +0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 18 Jun 2021 11:47:34 +0000 (07:47 -0400)
commit606d22ce086962d59ae7ef0878133f098a99dd1a
treed31c7437d5f4f751ea20c578cf057b956ba2bbe9
parent97240b2bb46a47857943aa5cb70f29b83eb9e144
Bug 28490: Bring back accidentally deleted relationship columns

These were in active use before and were accidentally deleted in Bug
26995. This restores those deleted relationship columns.

To test:
 1) verify the borrower_modifications, borrowers,
    deletedborrowers contain the column exactly like it was before after
    applying these patches by comparing to the old kohastructure.sql
    version

Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com>
Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/atomicupdate/bug_28490-recreate_relationship_columns.perl [new file with mode: 0644]