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

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2014-01-31 15:58:58 +00:00
parent 14115ed73f
commit 2304c7a10c
2 changed files with 8 additions and 10 deletions

View file

@ -166,9 +166,8 @@ __PACKAGE__->table("biblioitems");
=head2 url
data_type: 'varchar'
data_type: 'text'
is_nullable: 1
size: 255
=head2 cn_source
@ -280,7 +279,7 @@ __PACKAGE__->add_columns(
"marc",
{ data_type => "longblob", is_nullable => 1 },
"url",
{ data_type => "varchar", is_nullable => 1, size => 255 },
{ data_type => "text", is_nullable => 1 },
"cn_source",
{ data_type => "varchar", is_nullable => 1, size => 10 },
"cn_class",
@ -344,8 +343,8 @@ __PACKAGE__->has_many(
);
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Vyrs9pWYoqhWJw+cRy1EVg
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2014-01-31 15:58:34
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4tm44zYP5ZPJo/xINVgHVg
# You can replace this text with custom content, and it will be preserved on regeneration

View file

@ -165,9 +165,8 @@ __PACKAGE__->table("deletedbiblioitems");
=head2 url
data_type: 'varchar'
data_type: 'text'
is_nullable: 1
size: 255
=head2 cn_source
@ -274,7 +273,7 @@ __PACKAGE__->add_columns(
"marc",
{ data_type => "longblob", is_nullable => 1 },
"url",
{ data_type => "varchar", is_nullable => 1, size => 255 },
{ data_type => "text", is_nullable => 1 },
"cn_source",
{ data_type => "varchar", is_nullable => 1, size => 10 },
"cn_class",
@ -306,8 +305,8 @@ __PACKAGE__->add_columns(
__PACKAGE__->set_primary_key("biblioitemnumber");
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Cf/DeVzIpMybe0uNA4bNTQ
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2014-01-31 15:58:35
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mAqmzd+umMxQ/+Q5IxRoEw
# You can replace this text with custom content, and it will be preserved on regeneration