Bugzilla – Attachment 173563 Details for
Bug 33641
We should record return library in old checkouts (oldissues)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33641: DO NOT PUSH - Schema Updates
Bug-33641-DO-NOT-PUSH---Schema-Updates.patch (text/plain), 2.88 KB, created by
Martin Renvoize (ashimema)
on 2024-10-28 15:35:45 UTC
(
hide
)
Description:
Bug 33641: DO NOT PUSH - Schema Updates
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-10-28 15:35:45 UTC
Size:
2.88 KB
patch
obsolete
>From 1c0e121146bfff31587ed498c520ed9432b5aba6 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 6 Aug 2024 17:37:39 +0000 >Subject: [PATCH] Bug 33641: DO NOT PUSH - Schema Updates > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/Issue.pm | 14 ++++++++++++-- > Koha/Schema/Result/OldIssue.pm | 14 ++++++++++++-- > 2 files changed, 24 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/Issue.pm b/Koha/Schema/Result/Issue.pm >index 05fde17f46e..89c9f692d9c 100644 >--- a/Koha/Schema/Result/Issue.pm >+++ b/Koha/Schema/Result/Issue.pm >@@ -79,6 +79,14 @@ foreign key, linking to the branches table for the location the item was checked > > date the item was returned, will be NULL until moved to old_issues > >+=head2 return_branch >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 10 >+ >+foreign key, linking to the branches table for the location the item was checked out >+ > =head2 lastreneweddate > > data_type: 'datetime' >@@ -191,6 +199,8 @@ __PACKAGE__->add_columns( > datetime_undef_if_invalid => 1, > is_nullable => 1, > }, >+ "return_branch", >+ { data_type => "varchar", is_nullable => 1, size => 10 }, > "lastreneweddate", > { > data_type => "datetime", >@@ -311,8 +321,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-09-12 11:34:50 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:eNzDAKc3bmTLWeDu8u4nTQ >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-08-06 16:06:37 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hSiUDS3csy2TMnMIhHrl0g > > __PACKAGE__->add_columns( > '+auto_renew' => { is_boolean => 1 }, >diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm >index 50ef4a82e03..ae4e8c3e7ff 100644 >--- a/Koha/Schema/Result/OldIssue.pm >+++ b/Koha/Schema/Result/OldIssue.pm >@@ -78,6 +78,14 @@ foreign key, linking to the branches table for the location the item was checked > > date the item was returned > >+=head2 return_branch >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 10 >+ >+foreign key, linking to the branches table for the location the item was checked out >+ > =head2 lastreneweddate > > data_type: 'datetime' >@@ -190,6 +198,8 @@ __PACKAGE__->add_columns( > datetime_undef_if_invalid => 1, > is_nullable => 1, > }, >+ "return_branch", >+ { data_type => "varchar", is_nullable => 1, size => 10 }, > "lastreneweddate", > { > data_type => "datetime", >@@ -306,8 +316,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-03-18 12:35:21 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0XlDHyg8uB3oD9/jJtOxRg >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-08-06 16:06:37 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gUCScHz5jPId/nP/IJJHVg > > __PACKAGE__->add_columns( > '+auto_renew' => { is_boolean => 1 }, >-- >2.47.0
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 33641
:
170105
|
170106
|
170107
|
170108
|
170109
|
170110
|
170111
|
170138
|
170139
|
170140
|
170141
|
173562
|
173563
|
173564
|
173565
|
174510
|
174511
|
174512
|
174513
|
174514
|
174536
|
174538
|
174569
|
174570
|
174571
|
174572
|
174573
|
174574
|
174584
|
174585