@@ -, +, @@ --- 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.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'; } --