Bugzilla – Attachment 60871 Details for
Bug 18173
Remove issues.return
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18173: DBIx schema changes
Bug-18173-DBIx-schema-changes.patch (text/plain), 2.51 KB, created by
Marcel de Rooy
on 2017-03-07 13:35:40 UTC
(
hide
)
Description:
Bug 18173: DBIx schema changes
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-03-07 13:35:40 UTC
Size:
2.51 KB
patch
obsolete
>From f2121b68ec149ba8fb866c725457a965bf659fd7 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 7 Mar 2017 14:26:51 +0100 >Subject: [PATCH] Bug 18173: DBIx schema changes >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Schema/Result/Issue.pm | 12 ++---------- > Koha/Schema/Result/OldIssue.pm | 12 ++---------- > 2 files changed, 4 insertions(+), 20 deletions(-) > >diff --git a/Koha/Schema/Result/Issue.pm b/Koha/Schema/Result/Issue.pm >index 0144a86..ffdc50d 100644 >--- a/Koha/Schema/Result/Issue.pm >+++ b/Koha/Schema/Result/Issue.pm >@@ -65,12 +65,6 @@ __PACKAGE__->table("issues"); > datetime_undef_if_invalid: 1 > is_nullable: 1 > >-=head2 return >- >- data_type: 'varchar' >- is_nullable: 1 >- size: 4 >- > =head2 renewals > > data_type: 'tinyint' >@@ -130,8 +124,6 @@ __PACKAGE__->add_columns( > datetime_undef_if_invalid => 1, > is_nullable => 1, > }, >- "return", >- { data_type => "varchar", is_nullable => 1, size => 4 }, > "renewals", > { data_type => "tinyint", is_nullable => 1 }, > "auto_renew", >@@ -222,8 +214,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-11-04 12:00:58 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kREecsHr6wZPiokS946BHw >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-03-07 14:25:37 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8jFZATc7tlK4Qb5YW8yrrw > > __PACKAGE__->belongs_to( > "borrower", >diff --git a/Koha/Schema/Result/OldIssue.pm b/Koha/Schema/Result/OldIssue.pm >index 5f8491f..025afd7 100644 >--- a/Koha/Schema/Result/OldIssue.pm >+++ b/Koha/Schema/Result/OldIssue.pm >@@ -64,12 +64,6 @@ __PACKAGE__->table("old_issues"); > datetime_undef_if_invalid: 1 > is_nullable: 1 > >-=head2 return >- >- data_type: 'varchar' >- is_nullable: 1 >- size: 4 >- > =head2 renewals > > data_type: 'tinyint' >@@ -129,8 +123,6 @@ __PACKAGE__->add_columns( > datetime_undef_if_invalid => 1, > is_nullable => 1, > }, >- "return", >- { data_type => "varchar", is_nullable => 1, size => 4 }, > "renewals", > { data_type => "tinyint", is_nullable => 1 }, > "auto_renew", >@@ -207,8 +199,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-04-23 13:04:51 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9GdzytyInRcFZns/q0qb3Q >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-03-07 14:25:37 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Nqm7crVG/Y5G3kuLAAKdSQ > > 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 18173
:
60696
|
60828
|
60829
|
60870
| 60871