From e0115e1572cf340d80f0d6b43c8121b419702999 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 5 Aug 2020 11:55:20 +1200 Subject: [PATCH] Bug 24640: DBIC Signed-off-by: Aleisha Amohia --- Koha/Schema/Result/Quote.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Koha/Schema/Result/Quote.pm b/Koha/Schema/Result/Quote.pm index 94b06eeb2f..b17c271839 100644 --- a/Koha/Schema/Result/Quote.pm +++ b/Koha/Schema/Result/Quote.pm @@ -43,7 +43,7 @@ __PACKAGE__->table("quotes"); data_type: 'datetime' datetime_undef_if_invalid: 1 - is_nullable: 0 + is_nullable: 1 =cut @@ -58,7 +58,7 @@ __PACKAGE__->add_columns( { data_type => "datetime", datetime_undef_if_invalid => 1, - is_nullable => 0, + is_nullable => 1, }, ); @@ -75,8 +75,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("id"); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8xSMrGuJH9rbm73qOvU8Xg +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-05 11:43:59 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:szw1j9ySoj0C+xrQCwtEVg # You can replace this text with custom content, and it will be preserved on regeneration -- 2.39.5