From b74e987e59f6c50f47afad9b53e82b231f2eb390 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 22 Jan 2018 12:35:49 -0300 Subject: [PATCH] Bug 18336: DBIC update Sponsored-by: Hotchkiss School Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer Signed-off-by: Kyle M Hall --- 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 9df9cc9..92648b4 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 49d2c1b..642fb16 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.10.2