From 2f4b0a5064a97f775ada288d0269c4891589da4c Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 27 Nov 2013 17:53:21 +0000 Subject: [PATCH] Bug 11275: (follow-up) update DBIC schema class files Signed-off-by: Galen Charlton --- Koha/Schema/Result/Deleteditem.pm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Koha/Schema/Result/Deleteditem.pm b/Koha/Schema/Result/Deleteditem.pm index be28986e54..7beae1bd35 100644 --- a/Koha/Schema/Result/Deleteditem.pm +++ b/Koha/Schema/Result/Deleteditem.pm @@ -216,9 +216,8 @@ __PACKAGE__->table("deleteditems"); =head2 materials - data_type: 'varchar' + data_type: 'text' is_nullable: 1 - size: 10 =head2 uri @@ -334,7 +333,7 @@ __PACKAGE__->add_columns( "ccode", { data_type => "varchar", is_nullable => 1, size => 10 }, "materials", - { data_type => "varchar", is_nullable => 1, size => 10 }, + { data_type => "text", is_nullable => 1 }, "uri", { data_type => "varchar", is_nullable => 1, size => 255 }, "itype", @@ -364,8 +363,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("itemnumber"); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:dfUPy7ijJ/uh9+0AqKjSBw +# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-11-27 17:52:57 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VssrrcYczPsiDBrtbsipIw # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.2