From b3466f351fd7b2326522d49315f409b4067cb26a Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 11 Feb 2019 16:36:28 -0300 Subject: [PATCH] Bug 21890: DBIC update --- Koha/Schema/Result/Category.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm index 1b61c33957..ca64318c7a 100644 --- a/Koha/Schema/Result/Category.pm +++ b/Koha/Schema/Result/Category.pm @@ -123,6 +123,11 @@ __PACKAGE__->table("categories"); is_nullable: 0 size: 7 +=head2 reset_password + + data_type: 'tinyint' + is_nullable: 1 + =cut __PACKAGE__->add_columns( @@ -175,6 +180,8 @@ __PACKAGE__->add_columns( is_nullable => 0, size => 7, }, + "reset_password", + { data_type => "tinyint", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -282,8 +289,8 @@ __PACKAGE__->might_have( ); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-05 14:29:17 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:yvHcgnSv1RXNMXJixVtt0Q +# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-02-06 13:49:56 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mxGB87mA1hlowEF+tuMPLg # You can replace this text with custom content, and it will be preserved on regeneration -- 2.20.1