Bug 15478 - Checksum mismatch when regenerating schema
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 6 Jan 2016 12:04:56 +0000 (12:04 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 7 Jan 2016 18:48:53 +0000 (18:48 +0000)
commit7870b4cc564e970483d83aed746e3fcc7e529964
treebc24914e728aa61e7241e2c16c7ea24722d8478b
parent47e6df5fe4bbf54517d47da4f1d49eb177732144
 Bug 15478 - Checksum mismatch when regenerating schema

When regenerating the db schema on master, the script will error out
with a checksum mismatch on Borrower.pm, and also DeletedBorrower.pm

Test Plan:
1) Check out master
2) Run ./misc/devel/update_dbix_class_files.pl
3) Note the error
4) Apply this patch
5) Re-reun ./misc/devel/update_dbix_class_files.pl
6) Note there is no error

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
Koha/Schema/Result/Borrower.pm
Koha/Schema/Result/Deletedborrower.pm