@@ -, +, @@ --- Koha/Schema/Result/ImportRecordMatch.pm | 4 ++++ 1 file changed, 4 insertions(+) --- a/Koha/Schema/Result/ImportRecordMatch.pm +++ a/Koha/Schema/Result/ImportRecordMatch.pm @@ -101,6 +101,10 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-12-20 14:40:50 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+aVZQFY/Tb1N6C6GgMwlig +__PACKAGE__->add_columns( + '+chosen' => { is_boolean => 1 }, +); + sub koha_object_class { 'Koha::Import::Record::Match'; } --