Bug 24986: DBIC Schema files + fix of bug 23081 backport
authorVictor Grousset/tuxayo <victor@tuxayo.net>
Wed, 22 Jul 2020 19:23:00 +0000 (21:23 +0200)
committerVictor Grousset/tuxayo <victor@tuxayo.net>
Wed, 22 Jul 2020 19:24:23 +0000 (21:24 +0200)
commit40ba02f02d88060cd0f9bf9671855c7189e0a179
treee65e2e0a0f55672d1c25cee26b9a777735ce940d
parent9fa242b01911238d852e4f82708758a9906b02ee
Bug 24986: DBIC Schema files + fix of bug 23081 backport

Bug 23081 backported the DBIC changes instead of regenerating the files.
Thus the checksum weren't matching because 19.05 also had other changes
to the schema so the same changes result in a different checksum.
The small changes were manually undone and the DBIC were regenerated.
So this commit contains the changes for both patchsets.

Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Koha/Schema/Result/Borrower.pm
Koha/Schema/Result/Deletedborrower.pm
Koha/Schema/Result/Deleteditem.pm
Koha/Schema/Result/Item.pm