@@ -, +, @@ recalls.item_level_recall --- Koha/Schema/Result/Recall.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- a/Koha/Schema/Result/Recall.pm +++ a/Koha/Schema/Result/Recall.pm @@ -268,6 +268,9 @@ __PACKAGE__->belongs_to( # Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-08-07 09:32:32 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/9Z9aHghP8U3Dtj4yO47RA +__PACKAGE__->add_columns( + '+old' => { is_boolean => 1 }, + '+item_level_recall' => { is_boolean => 1 }, +); -# You can replace this text with custom code or comments, and it will be preserved on regeneration 1; --