Bugzilla – Attachment 52911 Details for
Bug 7595
Add branchcode to accountlines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7595 - Update Schema
Bug-7595---Update-Schema.patch (text/plain), 1.39 KB, created by
Kyle M Hall (khall)
on 2016-06-27 18:42:30 UTC
(
hide
)
Description:
Bug 7595 - Update Schema
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-27 18:42:30 UTC
Size:
1.39 KB
patch
obsolete
>From c5ede38ec0f4c50d171a1c8aebe85b2f07f9578e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 27 Jun 2016 18:41:53 +0000 >Subject: [PATCH] Bug 7595 - Update Schema > >--- > Koha/Schema/Result/Accountline.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm >index d3fa5b3..3581146 100644 >--- a/Koha/Schema/Result/Accountline.pm >+++ b/Koha/Schema/Result/Accountline.pm >@@ -122,6 +122,12 @@ __PACKAGE__->table("accountlines"); > data_type: 'integer' > is_nullable: 1 > >+=head2 branchcode >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 10 >+ > =cut > > __PACKAGE__->add_columns( >@@ -169,6 +175,8 @@ __PACKAGE__->add_columns( > { data_type => "text", is_nullable => 1 }, > "manager_id", > { data_type => "integer", is_nullable => 1 }, >+ "branchcode", >+ { data_type => "varchar", is_nullable => 1, size => 10 }, > ); > > =head1 PRIMARY KEY >@@ -221,8 +229,8 @@ __PACKAGE__->belongs_to( > ); > > >-# 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 >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-06-27 17:53:13 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MfimYr/8cDS5r05Jly91FA > > > # 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 7595
:
7866
|
7867
|
7868
|
7869
|
7870
|
8037
|
8162
|
12394
|
12395
|
12717
|
12719
|
14814
|
14815
|
20808
|
20809
|
23306
|
23308
|
27337
|
30946
|
30947
|
30950
|
38150
|
38225
|
38235
|
52909
|
52910
|
52911
|
54262
|
54263
|
54264