From d6ab91721366264d40fd092f6a2e1e7f74dfb8b5 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 4 May 2020 09:26:39 +0100 Subject: [PATCH] Bug 24161: Schema Fixes Signed-off-by: Martin Renvoize --- Koha/Schema/Result/Aqorder.pm | 6 +++--- Koha/Schema/Result/AqordersClaim.pm | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm index daf6f3c253..f873aa6da3 100644 --- a/Koha/Schema/Result/Aqorder.pm +++ b/Koha/Schema/Result/Aqorder.pm @@ -143,7 +143,7 @@ __PACKAGE__->table("aqorders"); data_type: 'timestamp' datetime_undef_if_invalid: 1 - default_value: 'current_timestamp()' + default_value: current_timestamp is_nullable: 0 =head2 rrp @@ -660,8 +660,8 @@ Composing rels: L -> borrowernumber __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-12-17 14:58:50 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:B/pTQKIu8guDBN3uLBkI6Q +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-04 08:25:41 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Pf6reFaSldsjIA6XThbDFA __PACKAGE__->belongs_to( "basket", diff --git a/Koha/Schema/Result/AqordersClaim.pm b/Koha/Schema/Result/AqordersClaim.pm index c3abcbb142..f3ceb861f6 100644 --- a/Koha/Schema/Result/AqordersClaim.pm +++ b/Koha/Schema/Result/AqordersClaim.pm @@ -39,7 +39,7 @@ __PACKAGE__->table("aqorders_claims"); data_type: 'timestamp' datetime_undef_if_invalid: 1 - default_value: 'current_timestamp()' + default_value: current_timestamp is_nullable: 0 =cut @@ -88,8 +88,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-12-16 16:29:06 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:m+0w++NPVQBiveXToQB8wQ +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-05-04 08:25:41 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YHD9b6rUAPUM5HzFg4k9Wg # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.20.1