From e4f846a866d24779ff18634bd1da2e0c00086fe4 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 23 Dec 2013 16:39:58 +0000 Subject: [PATCH] Bug 6331: (follow-up) update DBIC schema classes Signed-off-by: Galen Charlton --- Koha/Schema/Result/Deleteditem.pm | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Koha/Schema/Result/Deleteditem.pm b/Koha/Schema/Result/Deleteditem.pm index 60da7f72b4..152d397498 100644 --- a/Koha/Schema/Result/Deleteditem.pm +++ b/Koha/Schema/Result/Deleteditem.pm @@ -265,11 +265,6 @@ __PACKAGE__->table("deleteditems"); is_nullable: 1 size: 32 -=head2 marc - - data_type: 'longblob' - is_nullable: 1 - =cut __PACKAGE__->add_columns( @@ -370,8 +365,6 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 1, size => 32 }, "stocknumber", { data_type => "varchar", is_nullable => 1, size => 32 }, - "marc", - { data_type => "longblob", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -387,8 +380,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("itemnumber"); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-12-19 06:29:02 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ubx5Wo+R5/opc9kdIc7IWQ +# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-12-23 16:39:42 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ji1W0q5g5xTw1J89cjVlWw # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.2