From 7272426d0d6985e1e7f35d4a55d5fb6444b1ffba Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 24 Feb 2015 14:20:31 -0300 Subject: [PATCH] Bug 13523: DBIC updates Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/Biblioitem.pm | 8 ++++---- Koha/Schema/Result/Deletedbiblioitem.pm | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Koha/Schema/Result/Biblioitem.pm b/Koha/Schema/Result/Biblioitem.pm index 25c25e8..874f1d2 100644 --- a/Koha/Schema/Result/Biblioitem.pm +++ b/Koha/Schema/Result/Biblioitem.pm @@ -211,7 +211,7 @@ __PACKAGE__->table("biblioitems"); =head2 marcxml data_type: 'longtext' - is_nullable: 0 + is_nullable: 1 =cut @@ -293,7 +293,7 @@ __PACKAGE__->add_columns( "totalissues", { data_type => "integer", is_nullable => 1 }, "marcxml", - { data_type => "longtext", is_nullable => 0 }, + { data_type => "longtext", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -341,8 +341,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-24 09:58:16 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5gIBkvhOBzIK8vTrUe8MVw +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-02-24 14:19:57 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A/4lKYlKWWd8TcMVzMRtCg # You can replace this text with custom content, and it will be preserved on regeneration diff --git a/Koha/Schema/Result/Deletedbiblioitem.pm b/Koha/Schema/Result/Deletedbiblioitem.pm index 33472fa..659ced0 100644 --- a/Koha/Schema/Result/Deletedbiblioitem.pm +++ b/Koha/Schema/Result/Deletedbiblioitem.pm @@ -210,7 +210,7 @@ __PACKAGE__->table("deletedbiblioitems"); =head2 marcxml data_type: 'longtext' - is_nullable: 0 + is_nullable: 1 =cut @@ -287,7 +287,7 @@ __PACKAGE__->add_columns( "totalissues", { data_type => "integer", is_nullable => 1 }, "marcxml", - { data_type => "longtext", is_nullable => 0 }, + { data_type => "longtext", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -303,8 +303,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("biblioitemnumber"); -# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-24 09:58:16 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ObIMBOrm2gbpPRMA0yRpLw +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-02-24 14:19:57 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RTMXhtMKvih1zhllHwwwYQ # You can replace this text with custom content, and it will be preserved on regeneration -- 2.3.0