From 3681434a82a3e6f52f6776f3d7b60f6ac32ebc43 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 4 Jan 2021 14:23:52 +0000 Subject: [PATCH] Bug 22785: Update Schema for boolean Signed-off-by: Andrew Fuerste-Henry --- Koha/Schema/Result/ImportRecordMatch.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Koha/Schema/Result/ImportRecordMatch.pm b/Koha/Schema/Result/ImportRecordMatch.pm index 1ce9d88ec7..a5b4482e80 100644 --- a/Koha/Schema/Result/ImportRecordMatch.pm +++ b/Koha/Schema/Result/ImportRecordMatch.pm @@ -101,6 +101,10 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-05-14 17:49:53 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e+g5nzHamX5ktnmMV6/KvQ +__PACKAGE__->add_columns( + '+chosen' => { is_boolean => 1 }, +); + sub koha_object_class { 'Koha::Import::Record::Match'; } -- 2.20.1