From 7bf0d0bda44c2c4e6f01a3dc786c90407d086b36 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 6 Jan 2016 14:56:18 +0000 Subject: [PATCH] Revert "Bug 15478 - Checksum mismatch when regenerating schema" This reverts commit f56a37a6ab444a9544f3864c561c6759639efccd. --- Koha/Schema/Result/Borrower.pm | 19 ++----------------- Koha/Schema/Result/Deletedborrower.pm | 6 +++--- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm index 97f65d0fc7..a381c0c27a 100644 --- a/Koha/Schema/Result/Borrower.pm +++ b/Koha/Schema/Result/Borrower.pm @@ -865,21 +865,6 @@ __PACKAGE__->has_many( { cascade_copy => 0, cascade_delete => 0 }, ); -=head2 items_last_borrowers - -Type: has_many - -Related object: L - -=cut - -__PACKAGE__->has_many( - "items_last_borrowers", - "Koha::Schema::Result::ItemsLastBorrower", - { "foreign.borrowernumber" => "self.borrowernumber" }, - { cascade_copy => 0, cascade_delete => 0 }, -); - =head2 message_queues Type: has_many @@ -1176,8 +1161,8 @@ Composing rels: L -> ordernumber __PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-01-06 11:59:52 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0nIBbkzhb+Yfp6qpSLo51A +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-10-21 19:50:05 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QafovaRBnm36nyoyQTGIgQ __PACKAGE__->belongs_to( "guarantor", diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm index 315903500e..d69fcdc537 100644 --- a/Koha/Schema/Result/Deletedborrower.pm +++ b/Koha/Schema/Result/Deletedborrower.pm @@ -557,9 +557,9 @@ __PACKAGE__->add_columns( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-01-06 12:00:28 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aNmdXpOz+XN5abM67sl8uA +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NofxbMGIuZqlGCqvjPEI1Q -# You can replace this text with custom code or comments, and it will be preserved on regeneration +# You can replace this text with custom content, and it will be preserved on regeneration 1; -- 2.20.1