Bug 6331: (follow-up) update DBIC schema classes

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2013-12-23 16:39:58 +00:00
parent 2d46dc9503
commit e4f846a866

View 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