Bugzilla – Attachment 172688 Details for
Bug 30648
Title is lost in holds history when bibliographic record is deleted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30648: DO NOT PUSH - Schema update
Bug-30648-DO-NOT-PUSH---Schema-update.patch (text/plain), 2.82 KB, created by
Nick Clemens (kidclamp)
on 2024-10-11 13:13:32 UTC
(
hide
)
Description:
Bug 30648: DO NOT PUSH - Schema update
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-10-11 13:13:32 UTC
Size:
2.82 KB
patch
obsolete
>From 78a449daa924ccef24f04fe0cdac09fca28d9428 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 11 Oct 2024 12:07:43 +0000 >Subject: [PATCH] Bug 30648: DO NOT PUSH - Schema update > >--- > Koha/Schema/Result/OldReserve.pm | 13 +++++++++++-- > Koha/Schema/Result/Reserve.pm | 13 +++++++++++-- > 2 files changed, 22 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/OldReserve.pm b/Koha/Schema/Result/OldReserve.pm >index cbe46e7881e..1a9012aae8a 100644 >--- a/Koha/Schema/Result/OldReserve.pm >+++ b/Koha/Schema/Result/OldReserve.pm >@@ -54,6 +54,13 @@ the date the hold was places > > foreign key from the biblio table defining which bib record this hold is on > >+=head2 deleted_biblionumber >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ >+links the reserve to the deleted bibliographic record (deletedbiblio.biblionumber) >+ > =head2 item_group_id > > data_type: 'integer' >@@ -235,6 +242,8 @@ __PACKAGE__->add_columns( > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "biblionumber", > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, >+ "deleted_biblionumber", >+ { data_type => "integer", is_nullable => 1 }, > "item_group_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, > "branchcode", >@@ -428,8 +437,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-04-05 06:44:57 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SQp2OEYb3im1x3A+W0h37w >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-11 12:06:02 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:w+/oG5TkE0jma5KH1OzJbw > > __PACKAGE__->belongs_to( > "item", >diff --git a/Koha/Schema/Result/Reserve.pm b/Koha/Schema/Result/Reserve.pm >index a91c14c9a08..bafd9b3ea7f 100644 >--- a/Koha/Schema/Result/Reserve.pm >+++ b/Koha/Schema/Result/Reserve.pm >@@ -57,6 +57,13 @@ the date the hold was placed > > foreign key from the biblio table defining which bib record this hold is on > >+=head2 deleted_biblionumber >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ >+links the reserve to the deleted bibliographic record (deletedbiblio.biblionumber) >+ > =head2 item_group_id > > data_type: 'integer' >@@ -243,6 +250,8 @@ __PACKAGE__->add_columns( > is_foreign_key => 1, > is_nullable => 0, > }, >+ "deleted_biblionumber", >+ { data_type => "integer", is_nullable => 1 }, > "item_group_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, > "branchcode", >@@ -456,8 +465,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-01 18:21:38 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6BAjuPSwjtyWJaJN9fcOtg >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-11 12:06:02 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:929EvBqGXvPVEmvsNMUGSQ > > __PACKAGE__->belongs_to( > "item", >-- >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 30648
:
172687
|
172688
|
172689
|
172690
|
172691
|
172692
|
173340
|
173341
|
173342
|
173343
|
173344
|
173345
|
173491
|
173492
|
173493
|
173494
|
173495
|
173496
|
173611