From 229db83ee0e32b320ca5f66947ab8e6d7d08b922 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 13 Apr 2015 10:33:59 -0300 Subject: [PATCH] Bug 2806: (RM followup) DBIx schema update Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/Issue.pm | 12 ++---------- Koha/Schema/Result/OldIssue.pm | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/Koha/Schema/Result/Issue.pm b/Koha/Schema/Result/Issue.pm index 5ec687eb62..b368b5b8e7 100644 --- a/Koha/Schema/Result/Issue.pm +++ b/Koha/Schema/Result/Issue.pm @@ -47,12 +47,6 @@ __PACKAGE__->table("issues"); is_nullable: 1 size: 10 -=head2 issuingbranch - - data_type: 'varchar' - is_nullable: 1 - size: 18 - =head2 returndate data_type: 'datetime' @@ -116,8 +110,6 @@ __PACKAGE__->add_columns( }, "branchcode", { data_type => "varchar", is_nullable => 1, size => 10 }, - "issuingbranch", - { data_type => "varchar", is_nullable => 1, size => 18 }, "returndate", { data_type => "datetime", @@ -196,8 +188,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-11-03 10:40:55 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7Y+5IerDnajn5GLwAY5thg +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 10:32:46 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0OEqB+pEZ2LV083bMk9xHA __PACKAGE__->belongs_to( "borrower", diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm index b56db99652..62354e5431 100644 --- a/Koha/Schema/Result/OldIssue.pm +++ b/Koha/Schema/Result/OldIssue.pm @@ -47,12 +47,6 @@ __PACKAGE__->table("old_issues"); is_nullable: 1 size: 10 -=head2 issuingbranch - - data_type: 'varchar' - is_nullable: 1 - size: 18 - =head2 returndate data_type: 'datetime' @@ -116,8 +110,6 @@ __PACKAGE__->add_columns( }, "branchcode", { data_type => "varchar", is_nullable => 1, size => 10 }, - "issuingbranch", - { data_type => "varchar", is_nullable => 1, size => 18 }, "returndate", { data_type => "datetime", @@ -196,8 +188,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-11-03 10:40:55 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lNB9CDFcwG4DjD0pl14mvQ +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-13 10:32:46 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uJ9927OIBB4Q4f4FCV9EDg # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.5