Bug 6331: (follow-up) update DBIC schema classes
authorGalen Charlton <gmc@esilibrary.com>
Mon, 23 Dec 2013 16:39:58 +0000 (16:39 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 23 Dec 2013 16:39:58 +0000 (16:39 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>

Koha/Schema/Result/Deleteditem.pm

index 60da7f7..152d397 100644 (file)
@@ -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