From bfff44cdc3a53c8f652dc063c6b52bb8c551dd7d Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Mon, 24 Oct 2016 17:19:47 +0200
Subject: [PATCH] Bug 15705: DO NOT PUSH DBIC Changes

---
 Koha/Schema/Result/Issue.pm    | 8 ++++----
 Koha/Schema/Result/OldIssue.pm | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Koha/Schema/Result/Issue.pm b/Koha/Schema/Result/Issue.pm
index 5cc4786..26ce3ec 100644
--- a/Koha/Schema/Result/Issue.pm
+++ b/Koha/Schema/Result/Issue.pm
@@ -86,7 +86,7 @@ __PACKAGE__->table("issues");
 
   data_type: 'varchar'
   is_nullable: 1
-  size: 16
+  size: 32
 
 =head2 timestamp
 
@@ -143,7 +143,7 @@ __PACKAGE__->add_columns(
   "auto_renew",
   { data_type => "tinyint", default_value => 0, is_nullable => 1 },
   "auto_renew_error",
-  { data_type => "varchar", is_nullable => 1, size => 16 },
+  { data_type => "varchar", is_nullable => 1, size => 32 },
   "timestamp",
   {
     data_type => "timestamp",
@@ -230,8 +230,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-01-29 15:31:46
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/T5nt8qhlT6ocUG6A9JNIw
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-24 17:18:39
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IP7zKRDCujJqX5JCsaJBeA
 
 __PACKAGE__->belongs_to(
     "borrower",
diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm
index 8819cbc..96c3088 100644
--- a/Koha/Schema/Result/OldIssue.pm
+++ b/Koha/Schema/Result/OldIssue.pm
@@ -85,7 +85,7 @@ __PACKAGE__->table("old_issues");
 
   data_type: 'varchar'
   is_nullable: 1
-  size: 16
+  size: 32
 
 =head2 timestamp
 
@@ -142,7 +142,7 @@ __PACKAGE__->add_columns(
   "auto_renew",
   { data_type => "tinyint", default_value => 0, is_nullable => 1 },
   "auto_renew_error",
-  { data_type => "varchar", is_nullable => 1, size => 16 },
+  { data_type => "varchar", is_nullable => 1, size => 32 },
   "timestamp",
   {
     data_type => "timestamp",
@@ -215,8 +215,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-24 12:04:45
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZS7a+cx06C3BbMJMN/kAyA
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-24 17:18:39
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/HTnyH8IQjOaLrkfEoGS/A
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration
-- 
2.1.4