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

(-)a/Koha/Schema/Result/HoldGroupTargetHold.pm (-7 / +6 lines)
Lines 70-76 __PACKAGE__->set_primary_key("hold_group_id", "reserve_id"); Link Here
70
70
71
=head1 UNIQUE CONSTRAINTS
71
=head1 UNIQUE CONSTRAINTS
72
72
73
=head2 C<hold_group_id>
73
=head2 C<uq_hold_group_target_holds_hold_group_id>
74
74
75
=over 4
75
=over 4
76
76
Lines 80-88 __PACKAGE__->set_primary_key("hold_group_id", "reserve_id"); Link Here
80
80
81
=cut
81
=cut
82
82
83
__PACKAGE__->add_unique_constraint("hold_group_id", ["hold_group_id"]);
83
__PACKAGE__->add_unique_constraint("uq_hold_group_target_holds_hold_group_id", ["hold_group_id"]);
84
84
85
=head2 C<reserve_id>
85
=head2 C<uq_hold_group_target_holds_reserve_id>
86
86
87
=over 4
87
=over 4
88
88
Lines 92-98 __PACKAGE__->add_unique_constraint("hold_group_id", ["hold_group_id"]); Link Here
92
92
93
=cut
93
=cut
94
94
95
__PACKAGE__->add_unique_constraint("reserve_id", ["reserve_id"]);
95
__PACKAGE__->add_unique_constraint("uq_hold_group_target_holds_reserve_id", ["reserve_id"]);
96
96
97
=head1 RELATIONS
97
=head1 RELATIONS
98
98
Lines 127-134 __PACKAGE__->belongs_to( Link Here
127
);
127
);
128
128
129
129
130
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-23 13:01:15
130
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-29 18:02:08
131
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NtAC7d08ku24na/QpXzS1g
131
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:teheZKSlVkCZ8EBhxTtKKw
132
132
133
133
134
# You can replace this text with custom code or comments, and it will be preserved on regeneration
134
# You can replace this text with custom code or comments, and it will be preserved on regeneration
135
- 

Return to bug 40529