From f6c6a07693f78a586078b50924a2fc2c6522087b Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 5 Aug 2020 12:08:00 +1200 Subject: [PATCH] Bug 24379: DBIC Signed-off-by: Aleisha Amohia --- Koha/Schema/Result/Borrower.pm | 8 ++++---- Koha/Schema/Result/Deletedborrower.pm | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm index 43647b0e8c..ab74479e7b 100644 --- a/Koha/Schema/Result/Borrower.pm +++ b/Koha/Schema/Result/Borrower.pm @@ -430,7 +430,7 @@ __PACKAGE__->table("borrowers"); data_type: 'integer' default_value: 0 - is_nullable: 1 + is_nullable: 0 =head2 overdrive_auth_token @@ -622,7 +622,7 @@ __PACKAGE__->add_columns( size => 25, }, "login_attempts", - { data_type => "integer", default_value => 0, is_nullable => 1 }, + { data_type => "integer", default_value => 0, is_nullable => 0 }, "overdrive_auth_token", { data_type => "mediumtext", is_nullable => 1 }, "anonymized", @@ -1600,8 +1600,8 @@ Composing rels: L -> ordernumber __PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-07-16 16:16:23 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kM4ka0DO50m/qLc8kT6sPQ +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-05 12:05:42 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gRxUCVal6ahHWu4kiaL87g __PACKAGE__->add_columns( '+anonymized' => { is_boolean => 1 }, diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm index 3e07830270..2083abdd69 100644 --- a/Koha/Schema/Result/Deletedborrower.pm +++ b/Koha/Schema/Result/Deletedborrower.pm @@ -427,7 +427,7 @@ __PACKAGE__->table("deletedborrowers"); data_type: 'integer' default_value: 0 - is_nullable: 1 + is_nullable: 0 =head2 overdrive_auth_token @@ -607,7 +607,7 @@ __PACKAGE__->add_columns( size => 25, }, "login_attempts", - { data_type => "integer", default_value => 0, is_nullable => 1 }, + { data_type => "integer", default_value => 0, is_nullable => 0 }, "overdrive_auth_token", { data_type => "mediumtext", is_nullable => 1 }, "anonymized", @@ -615,8 +615,8 @@ __PACKAGE__->add_columns( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-07-16 16:16:23 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HiETuS+0kBHCvN7dJ2FDQg +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-05 12:05:42 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lVMElQhommNi9Z2aZm6hJA # You can replace this text with custom code or comments, and it will be preserved on regeneration -- 2.39.5