From 01b107992e491a95a8d90c3041c5d4103c8d94c3 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Mon, 22 Jan 2018 12:35:49 -0300
Subject: [PATCH] Bug 18336: DBIC update

Sponsored-by: Hotchkiss School

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 Koha/Schema/Result/TagsApproval.pm | 8 ++++----
 Koha/Schema/Result/TagsIndex.pm    | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Koha/Schema/Result/TagsApproval.pm b/Koha/Schema/Result/TagsApproval.pm
index 9df9cc9e35..92648b4f84 100644
--- a/Koha/Schema/Result/TagsApproval.pm
+++ b/Koha/Schema/Result/TagsApproval.pm
@@ -27,7 +27,7 @@ __PACKAGE__->table("tags_approval");
 
   data_type: 'varchar'
   is_nullable: 0
-  size: 255
+  size: 191
 
 =head2 approved
 
@@ -57,7 +57,7 @@ __PACKAGE__->table("tags_approval");
 
 __PACKAGE__->add_columns(
   "term",
-  { data_type => "varchar", is_nullable => 0, size => 255 },
+  { data_type => "varchar", is_nullable => 0, size => 191 },
   "approved",
   { data_type => "integer", default_value => 0, is_nullable => 0 },
   "date_approved",
@@ -122,8 +122,8 @@ __PACKAGE__->has_many(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-03-04 19:32:39
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:V6O4TG3vfkRovbGgNP3HmA
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-01-18 08:31:57
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4cvTasSpJ2c1vvVVe/R3UQ
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration
diff --git a/Koha/Schema/Result/TagsIndex.pm b/Koha/Schema/Result/TagsIndex.pm
index 49d2c1b1da..642fb160a1 100644
--- a/Koha/Schema/Result/TagsIndex.pm
+++ b/Koha/Schema/Result/TagsIndex.pm
@@ -28,7 +28,7 @@ __PACKAGE__->table("tags_index");
   data_type: 'varchar'
   is_foreign_key: 1
   is_nullable: 0
-  size: 255
+  size: 191
 
 =head2 biblionumber
 
@@ -46,7 +46,7 @@ __PACKAGE__->table("tags_index");
 
 __PACKAGE__->add_columns(
   "term",
-  { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 255 },
+  { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 191 },
   "biblionumber",
   { data_type => "integer", is_foreign_key => 1, is_nullable => 0 },
   "weight",
@@ -100,8 +100,8 @@ __PACKAGE__->belongs_to(
 );
 
 
-# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LCvvyig+memFWmWUdCStXQ
+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-01-18 08:31:57
+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ewTrnc9D1jcoyf65+MrSGQ
 
 
 # You can replace this text with custom content, and it will be preserved on regeneration
-- 
2.14.1