@@ -, +, @@ --- Koha/Schema/Result/AdditionalField.pm | 3 +++ 1 file changed, 3 insertions(+) --- a/Koha/Schema/Result/AdditionalField.pm +++ a/Koha/Schema/Result/AdditionalField.pm @@ -176,6 +176,9 @@ __PACKAGE__->has_many( # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-12-21 09:19:49 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zaNlZ+DHrKbHEALlQbOh8w +__PACKAGE__->add_columns( + '+is_system' => { is_boolean => 1 }, +); # You can replace this text with custom code or comments, and it will be preserved on regeneration 1; --