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

(-)a/Koha/Schema/Result/TicketUpdate.pm (-1 / +1 lines)
Lines 147-152 __PACKAGE__->belongs_to( Link Here
147
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-24 18:31:28
147
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-24 18:31:28
148
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8YG3jhlqbHWptc28pvBmrg
148
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8YG3jhlqbHWptc28pvBmrg
149
149
150
__PACKAGE__->add_columns( '+public' => { is_boolean => 1 }, );
150
151
151
# You can replace this text with custom code or comments, and it will be preserved on regeneration
152
# You can replace this text with custom code or comments, and it will be preserved on regeneration
152
1;
153
1;
153
- 

Return to bug 31028