Bug 18336: DBIC update
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Jan 2018 15:35:49 +0000 (12:35 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 16 Feb 2018 20:53:43 +0000 (17:53 -0300)
Sponsored-by: Hotchkiss School
Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Schema/Result/TagsApproval.pm
Koha/Schema/Result/TagsIndex.pm

index 9df9cc9..92648b4 100644 (file)
@@ -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
index 49d2c1b..642fb16 100644 (file)
@@ -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