Bugzilla – Attachment 63141 Details for
Bug 15705
Notify the user on auto renewing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15705: DBIC Schema changes
Bug-15705-DBIC-Schema-changes.patch (text/plain), 2.59 KB, created by
Nick Clemens (kidclamp)
on 2017-05-04 17:30:53 UTC
(
hide
)
Description:
Bug 15705: DBIC Schema changes
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-05-04 17:30:53 UTC
Size:
2.59 KB
patch
obsolete
>From f22ebaffe606b1616bacfc690392d4fc4b8f4a47 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 3 May 2017 04:17:12 -0300 >Subject: [PATCH] Bug 15705: DBIC Schema changes > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Schema/Result/Issue.pm | 12 ++++++++++-- > Koha/Schema/Result/OldIssue.pm | 12 ++++++++++-- > 2 files changed, 20 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/Issue.pm b/Koha/Schema/Result/Issue.pm >index eb11d37..eef46af 100644 >--- a/Koha/Schema/Result/Issue.pm >+++ b/Koha/Schema/Result/Issue.pm >@@ -76,6 +76,12 @@ __PACKAGE__->table("issues"); > default_value: 0 > is_nullable: 1 > >+=head2 auto_renew_error >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 32 >+ > =head2 timestamp > > data_type: 'timestamp' >@@ -139,6 +145,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", is_nullable => 1 }, > "auto_renew", > { data_type => "tinyint", default_value => 0, is_nullable => 1 }, >+ "auto_renew_error", >+ { data_type => "varchar", is_nullable => 1, size => 32 }, > "timestamp", > { > data_type => "timestamp", >@@ -233,8 +241,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-27 19:03:43 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3GAOBprPziYcGJF2A5xReg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-05-03 04:12:22 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ozRQZiF1LlOJy4KI53OpFw > > __PACKAGE__->belongs_to( > "borrower", >diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm >index 8aeff7d..4a03bc9 100644 >--- a/Koha/Schema/Result/OldIssue.pm >+++ b/Koha/Schema/Result/OldIssue.pm >@@ -75,6 +75,12 @@ __PACKAGE__->table("old_issues"); > default_value: 0 > is_nullable: 1 > >+=head2 auto_renew_error >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 32 >+ > =head2 timestamp > > data_type: 'timestamp' >@@ -138,6 +144,8 @@ __PACKAGE__->add_columns( > { data_type => "tinyint", is_nullable => 1 }, > "auto_renew", > { data_type => "tinyint", default_value => 0, is_nullable => 1 }, >+ "auto_renew_error", >+ { data_type => "varchar", is_nullable => 1, size => 32 }, > "timestamp", > { > data_type => "timestamp", >@@ -218,8 +226,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-27 19:03:43 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5K7XiVMbAtr3q4GPqKrWOA >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-05-03 04:12:22 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:rvUGkBhLE7AwPNp1viI23Q > > sub koha_objects_class { > 'Koha::Old::Checkouts'; >-- >2.1.4
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 15705
:
47470
|
47471
|
47472
|
50336
|
50337
|
50338
|
50341
|
50342
|
50344
|
50345
|
50346
|
50680
|
50681
|
50682
|
50683
|
50732
|
50733
|
56756
|
56757
|
56758
|
56759
|
56760
|
56798
|
56799
|
56981
|
56983
|
57741
|
57742
|
57743
|
57744
|
57745
|
57746
|
57747
|
61080
|
61081
|
61082
|
61083
|
61084
|
61085
|
61086
|
61495
|
61496
|
61497
|
61498
|
61499
|
61500
|
61501
|
61739
|
62072
|
63036
|
63037
|
63138
|
63139
|
63140
| 63141 |
63142
|
63143
|
63144