Bugzilla – Attachment 47379 Details for
Bug 15675
Add issue_id column to accountlines and use it for updating fines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15675 - Update Schema file
Bug-15675---Update-Schema-file.patch (text/plain), 1.48 KB, created by
Mirko Tietgen
on 2016-01-28 10:41:18 UTC
(
hide
)
Description:
Bug 15675 - Update Schema file
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2016-01-28 10:41:18 UTC
Size:
1.48 KB
patch
obsolete
>From be66a60dc12e8352d348865470dbf1ad60b234bf Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 26 Jan 2016 17:24:58 +0000 >Subject: [PATCH] Bug 15675 - Update Schema file > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >--- > Koha/Schema/Result/Accountline.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm >index e83ef40..d3fa5b3 100644 >--- a/Koha/Schema/Result/Accountline.pm >+++ b/Koha/Schema/Result/Accountline.pm >@@ -29,6 +29,11 @@ __PACKAGE__->table("accountlines"); > is_auto_increment: 1 > is_nullable: 0 > >+=head2 issue_id >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ > =head2 borrowernumber > > data_type: 'integer' >@@ -122,6 +127,8 @@ __PACKAGE__->table("accountlines"); > __PACKAGE__->add_columns( > "accountlines_id", > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, >+ "issue_id", >+ { data_type => "integer", is_nullable => 1 }, > "borrowernumber", > { > data_type => "integer", >@@ -214,8 +221,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-07-11 09:26:55 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jUiCeLLPg5228rNEBW0w2g >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-01-26 17:18:34 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:RCQohhphtg+0+RszpB4wLg > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >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 15675
:
47313
|
47314
|
47315
|
47316
|
47373
|
47374
|
47375
|
47376
|
47378
|
47379
|
47380
|
47600
|
47601
|
47810
|
48468
|
48469
|
48470
|
48471
|
48472
|
48473