From 3d429e4073c87c1e756c01d536a1894a160d9d3b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 20 Sep 2019 15:26:08 -0300 Subject: [PATCH] Bug 23321: (QA follow-up) Booleans Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/CashRegister.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Koha/Schema/Result/CashRegister.pm b/Koha/Schema/Result/CashRegister.pm index ddd6d3e536..88230e60f8 100644 --- a/Koha/Schema/Result/CashRegister.pm +++ b/Koha/Schema/Result/CashRegister.pm @@ -148,6 +148,10 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-07-23 13:14:31 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TfGf0U/vWS7IviRlvDdE1w +__PACKAGE__->add_columns( + '+archived' => { is_boolean => 1 }, + '+branch_default' => { is_boolean => 1 }, +); # You can replace this text with custom code or comments, and it will be preserved on regeneration 1; -- 2.23.0