Bugzilla – Attachment 188595 Details for
Bug 40529
Update how hold groups work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40529: [DONT PUSH] Newly generated dbic
Bug-40529-DONT-PUSH-Newly-generated-dbic.patch (text/plain), 1.81 KB, created by
Pedro Amorim
on 2025-10-29 19:26:26 UTC
(
hide
)
Description:
Bug 40529: [DONT PUSH] Newly generated dbic
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-10-29 19:26:26 UTC
Size:
1.81 KB
patch
obsolete
>From 2bc29ebdc19dc90a769b9a0d4d554e2f029392a0 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Wed, 29 Oct 2025 18:03:18 +0000 >Subject: [PATCH] Bug 40529: [DONT PUSH] Newly generated dbic > >--- > Koha/Schema/Result/HoldGroupTargetHold.pm | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/Koha/Schema/Result/HoldGroupTargetHold.pm b/Koha/Schema/Result/HoldGroupTargetHold.pm >index 1a919e4a4ff..4b9efa4dafe 100644 >--- a/Koha/Schema/Result/HoldGroupTargetHold.pm >+++ b/Koha/Schema/Result/HoldGroupTargetHold.pm >@@ -70,7 +70,7 @@ __PACKAGE__->set_primary_key("hold_group_id", "reserve_id"); > > =head1 UNIQUE CONSTRAINTS > >-=head2 C<hold_group_id> >+=head2 C<uq_hold_group_target_holds_hold_group_id> > > =over 4 > >@@ -80,9 +80,9 @@ __PACKAGE__->set_primary_key("hold_group_id", "reserve_id"); > > =cut > >-__PACKAGE__->add_unique_constraint("hold_group_id", ["hold_group_id"]); >+__PACKAGE__->add_unique_constraint("uq_hold_group_target_holds_hold_group_id", ["hold_group_id"]); > >-=head2 C<reserve_id> >+=head2 C<uq_hold_group_target_holds_reserve_id> > > =over 4 > >@@ -92,7 +92,7 @@ __PACKAGE__->add_unique_constraint("hold_group_id", ["hold_group_id"]); > > =cut > >-__PACKAGE__->add_unique_constraint("reserve_id", ["reserve_id"]); >+__PACKAGE__->add_unique_constraint("uq_hold_group_target_holds_reserve_id", ["reserve_id"]); > > =head1 RELATIONS > >@@ -127,8 +127,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-23 13:01:15 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NtAC7d08ku24na/QpXzS1g >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-10-29 18:02:08 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:teheZKSlVkCZ8EBhxTtKKw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40529
:
184868
|
184869
|
184870
|
184871
|
184872
|
185137
|
185138
|
185139
|
185140
|
185141
|
185210
|
185211
|
185212
|
185213
|
185214
|
185215
|
185303
|
185304
|
185305
|
185306
|
185307
|
186793
|
186794
|
186795
|
186796
|
186797
|
186798
|
186803
|
186804
|
186825
|
186826
|
186827
|
186828
|
186829
|
186830
|
186831
|
186832
|
188348
|
188349
|
188350
|
188351
|
188352
|
188353
|
188354
|
188355
|
188356
|
188594
|
188595
|
188933
|
188934