From bec64c8274d79fd8add9540d134201cd104fc322 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 (cherry picked from commit e4f846a866d24779ff18634bd1da2e0c00086fe4) Signed-off-by: Fridolin SOMERS Conflicts: Koha/Schema/Result/Deleteditem.pm --- 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 7beae1bd35..bbc3efa1bb 100644 --- a/Koha/Schema/Result/Deleteditem.pm +++ b/Koha/Schema/Result/Deleteditem.pm @@ -253,11 +253,6 @@ __PACKAGE__->table("deleteditems"); is_nullable: 1 size: 32 -=head2 marc - - data_type: 'longblob' - is_nullable: 1 - =cut __PACKAGE__->add_columns( @@ -346,8 +341,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 @@ -363,8 +356,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("itemnumber"); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-11-27 17:52:57 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:VssrrcYczPsiDBrtbsipIw +# 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.5