From f2121b68ec149ba8fb866c725457a965bf659fd7 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Date: Tue, 7 Mar 2017 14:26:51 +0100
Subject: [PATCH] Bug 18173: DBIx schema changes
Content-Type: text/plain; charset=utf-8

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 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 0144a86..ffdc50d 100644
--- a/Koha/Schema/Result/Issue.pm
+++ b/Koha/Schema/Result/Issue.pm
@@ -65,12 +65,6 @@ __PACKAGE__->table("issues");
   datetime_undef_if_invalid: 1
   is_nullable: 1
 
-=head2 return
-
-  data_type: 'varchar'
-  is_nullable: 1
-  size: 4
-
 =head2 renewals
 
   data_type: 'tinyint'
@@ -130,8 +124,6 @@ __PACKAGE__->add_columns(
     datetime_undef_if_invalid => 1,
     is_nullable => 1,
   },
-  "return",
-  { data_type => "varchar", is_nullable => 1, size => 4 },
   "renewals",
   { data_type => "tinyint", is_nullable => 1 },
   "auto_renew",
@@ -222,8 +214,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-11-04 12:00:58
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kREecsHr6wZPiokS946BHw
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-03-07 14:25:37
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8jFZATc7tlK4Qb5YW8yrrw
 
 __PACKAGE__->belongs_to(
     "borrower",
diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm
index 5f8491f..025afd7 100644
--- a/Koha/Schema/Result/OldIssue.pm
+++ b/Koha/Schema/Result/OldIssue.pm
@@ -64,12 +64,6 @@ __PACKAGE__->table("old_issues");
   datetime_undef_if_invalid: 1
   is_nullable: 1
 
-=head2 return
-
-  data_type: 'varchar'
-  is_nullable: 1
-  size: 4
-
 =head2 renewals
 
   data_type: 'tinyint'
@@ -129,8 +123,6 @@ __PACKAGE__->add_columns(
     datetime_undef_if_invalid => 1,
     is_nullable => 1,
   },
-  "return",
-  { data_type => "varchar", is_nullable => 1, size => 4 },
   "renewals",
   { data_type => "tinyint", is_nullable => 1 },
   "auto_renew",
@@ -207,8 +199,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 13:04:51
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9GdzytyInRcFZns/q0qb3Q
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-03-07 14:25:37
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Nqm7crVG/Y5G3kuLAAKdSQ
 
 sub koha_objects_class {
     'Koha::Old::Checkouts';
-- 
2.1.4