From f51c5b9cd28b3438ae1a72c2e6dcf65ccada5343 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 --- 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 b09cb07f47..7c06ee8ad5 100644 --- a/Koha/Schema/Result/ImportRecordMatch.pm +++ b/Koha/Schema/Result/ImportRecordMatch.pm @@ -93,6 +93,10 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-01-04 14:04:12 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YSZUbzE+4O/Z2BWrcWQ/bQ +__PACKAGE__->add_columns( + '+chosen' => { is_boolean => 1 }, +); + sub koha_object_class { 'Koha::Import::Record::Match'; } -- 2.11.0