From a9dc61b8f00818f6d3e3883c34029e742ffc21af Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 27 Apr 2015 16:09:42 -0300 Subject: [PATCH] Bug 8007: (RM followup) fix DBIx schema checksum Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/Borrower.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm index bc83c78d88..e9f883809f 100644 --- a/Koha/Schema/Result/Borrower.pm +++ b/Koha/Schema/Result/Borrower.pm @@ -1154,8 +1154,8 @@ Composing rels: L -> ordernumber __PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 13:23:31 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:eNJqc7s8OA+vQIKYUryvaA +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-27 16:08:40 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Z50zYBD3Hqlv5/EnoLnyZw # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.2