Bug 15478 - Checksum mismatch when regenerating schema
commitf56a37a6ab444a9544f3864c561c6759639efccd
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 6 Jan 2016 12:04:56 +0000 (6 12:04 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 6 Jan 2016 12:04:56 +0000 (6 12:04 +0000)
tree1ccad71ff9d9be87e8f680f39aab5e7f726af941
parente2a3b93860740fd498baad35fc8a4dc859527cb9
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
Koha/Schema/Result/Borrower.pm
Koha/Schema/Result/Deletedborrower.pm