Bugzilla – Attachment 61085 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: DO NOT PUSH DBIC Changes
Bug-15705-DO-NOT-PUSH-DBIC-Changes.patch (text/plain), 2.40 KB, created by
Jonathan Druart
on 2017-03-14 16:42:32 UTC
(
hide
)
Description:
Bug 15705: DO NOT PUSH DBIC Changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-03-14 16:42:32 UTC
Size:
2.40 KB
patch
obsolete
>From 0c5776b366df47578d409dbbb17bcc68c02c1377 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 24 Oct 2016 17:19:47 +0200 >Subject: [PATCH] Bug 15705: DO NOT PUSH DBIC Changes > >--- > Koha/Schema/Result/Issue.pm | 8 ++++---- > Koha/Schema/Result/OldIssue.pm | 8 ++++---- > 2 files changed, 8 insertions(+), 8 deletions(-) > >diff --git a/Koha/Schema/Result/Issue.pm b/Koha/Schema/Result/Issue.pm >index 5cc4786..26ce3ec 100644 >--- a/Koha/Schema/Result/Issue.pm >+++ b/Koha/Schema/Result/Issue.pm >@@ -86,7 +86,7 @@ __PACKAGE__->table("issues"); > > data_type: 'varchar' > is_nullable: 1 >- size: 16 >+ size: 32 > > =head2 timestamp > >@@ -143,7 +143,7 @@ __PACKAGE__->add_columns( > "auto_renew", > { data_type => "tinyint", default_value => 0, is_nullable => 1 }, > "auto_renew_error", >- { data_type => "varchar", is_nullable => 1, size => 16 }, >+ { data_type => "varchar", is_nullable => 1, size => 32 }, > "timestamp", > { > data_type => "timestamp", >@@ -230,8 +230,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-01-29 15:31:46 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/T5nt8qhlT6ocUG6A9JNIw >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-24 17:18:39 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IP7zKRDCujJqX5JCsaJBeA > > __PACKAGE__->belongs_to( > "borrower", >diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm >index 05f6b8c..7049e67 100644 >--- a/Koha/Schema/Result/OldIssue.pm >+++ b/Koha/Schema/Result/OldIssue.pm >@@ -85,7 +85,7 @@ __PACKAGE__->table("old_issues"); > > data_type: 'varchar' > is_nullable: 1 >- size: 16 >+ size: 32 > > =head2 timestamp > >@@ -142,7 +142,7 @@ __PACKAGE__->add_columns( > "auto_renew", > { data_type => "tinyint", default_value => 0, is_nullable => 1 }, > "auto_renew_error", >- { data_type => "varchar", is_nullable => 1, size => 16 }, >+ { data_type => "varchar", is_nullable => 1, size => 32 }, > "timestamp", > { > data_type => "timestamp", >@@ -215,8 +215,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-24 12:04:45 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZS7a+cx06C3BbMJMN/kAyA >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-24 17:18:39 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:/HTnyH8IQjOaLrkfEoGS/A > > 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