View | Details | Raw Unified | Return to bug 35625
Collapse All | Expand All

(-)a/Koha/Schema/Result/AdditionalField.pm (-1 / +3 lines)
Lines 176-181 __PACKAGE__->has_many( Link Here
176
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-12-21 09:19:49
176
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-12-21 09:19:49
177
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zaNlZ+DHrKbHEALlQbOh8w
177
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zaNlZ+DHrKbHEALlQbOh8w
178
178
179
__PACKAGE__->add_columns(
180
    '+is_system' => { is_boolean => 1 },
181
);
179
182
180
# You can replace this text with custom code or comments, and it will be preserved on regeneration
183
# You can replace this text with custom code or comments, and it will be preserved on regeneration
181
1;
184
1;
182
- 

Return to bug 35625