From 2304c7a10cfb3a9d226045550404200e786ea8a7 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 31 Jan 2014 15:58:58 +0000 Subject: [PATCH] Bug 11268: (follow-up) update DBIC schema classes Signed-off-by: Galen Charlton --- Koha/Schema/Result/Biblioitem.pm | 9 ++++----- Koha/Schema/Result/Deletedbiblioitem.pm | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Koha/Schema/Result/Biblioitem.pm b/Koha/Schema/Result/Biblioitem.pm index 085251ec5b..3c1b73494b 100644 --- a/Koha/Schema/Result/Biblioitem.pm +++ b/Koha/Schema/Result/Biblioitem.pm @@ -166,9 +166,8 @@ __PACKAGE__->table("biblioitems"); =head2 url - data_type: 'varchar' + data_type: 'text' is_nullable: 1 - size: 255 =head2 cn_source @@ -280,7 +279,7 @@ __PACKAGE__->add_columns( "marc", { data_type => "longblob", is_nullable => 1 }, "url", - { data_type => "varchar", is_nullable => 1, size => 255 }, + { data_type => "text", is_nullable => 1 }, "cn_source", { data_type => "varchar", is_nullable => 1, size => 10 }, "cn_class", @@ -344,8 +343,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Vyrs9pWYoqhWJw+cRy1EVg +# Created by DBIx::Class::Schema::Loader v0.07025 @ 2014-01-31 15:58:34 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4tm44zYP5ZPJo/xINVgHVg # You can replace this text with custom content, and it will be preserved on regeneration diff --git a/Koha/Schema/Result/Deletedbiblioitem.pm b/Koha/Schema/Result/Deletedbiblioitem.pm index 6d520ea8d8..7a1dc3be7b 100644 --- a/Koha/Schema/Result/Deletedbiblioitem.pm +++ b/Koha/Schema/Result/Deletedbiblioitem.pm @@ -165,9 +165,8 @@ __PACKAGE__->table("deletedbiblioitems"); =head2 url - data_type: 'varchar' + data_type: 'text' is_nullable: 1 - size: 255 =head2 cn_source @@ -274,7 +273,7 @@ __PACKAGE__->add_columns( "marc", { data_type => "longblob", is_nullable => 1 }, "url", - { data_type => "varchar", is_nullable => 1, size => 255 }, + { data_type => "text", is_nullable => 1 }, "cn_source", { data_type => "varchar", is_nullable => 1, size => 10 }, "cn_class", @@ -306,8 +305,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("biblioitemnumber"); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Cf/DeVzIpMybe0uNA4bNTQ +# Created by DBIx::Class::Schema::Loader v0.07025 @ 2014-01-31 15:58:35 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mAqmzd+umMxQ/+Q5IxRoEw # You can replace this text with custom content, and it will be preserved on regeneration -- 2.20.1