Bugzilla – Attachment 150703 Details for
Bug 33262
When an ordered record is deleted, we lose all information on what was ordered
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33262: [DO NOT PUSH) Schema update
Bug-33262-DO-NOT-PUSH-Schema-update.patch (text/plain), 1.75 KB, created by
David Nind
on 2023-05-05 00:46:32 UTC
(
hide
)
Description:
Bug 33262: [DO NOT PUSH) Schema update
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-05-05 00:46:32 UTC
Size:
1.75 KB
patch
obsolete
>From 9dd1b46a0607a8e0b0d34575fb6d76c43b3f5d9f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Thu, 4 May 2023 13:23:44 +0000 >Subject: [PATCH] Bug 33262: [DO NOT PUSH) Schema update > >Signed-off-by: David Nind <david@davidnind.com> >--- > Koha/Schema/Result/Aqorder.pm | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm >index d11d6d12fe..f75bc16b66 100644 >--- a/Koha/Schema/Result/Aqorder.pm >+++ b/Koha/Schema/Result/Aqorder.pm >@@ -39,6 +39,13 @@ primary key and unique identifier assigned by Koha to each line > > links the order to the biblio being ordered (biblio.biblionumber) > >+=head2 deleted_biblionumber >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ >+links the order to the deleted bibliographic record (deletedbiblio.biblionumber) >+ > =head2 entrydate > > data_type: 'date' >@@ -438,6 +445,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > "biblionumber", > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, >+ "deleted_biblionumber", >+ { data_type => "integer", is_nullable => 1 }, > "entrydate", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "quantity", >@@ -805,8 +814,8 @@ Composing rels: L</aqorder_users> -> borrowernumber > __PACKAGE__->many_to_many("borrowernumbers", "aqorder_users", "borrowernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-06 16:45:06 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7vMNLDNO0/Bpng9sBFyyBg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-04 11:24:57 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:BBhTr5XMj2RXPZQgYPQkAA > > __PACKAGE__->belongs_to( > "basket", >-- >2.30.2
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 33262
:
150647
|
150657
|
150658
|
150659
|
150660
|
150661
|
150662
|
150663
|
150664
|
150680
|
150681
|
150682
|
150683
|
150684
|
150702
|
150703
|
150704
|
150705
|
150706
|
150734
|
150735
|
150736
|
150737
|
150738