Bugzilla – Attachment 83069 Details for
Bug 19066
Add branchcode to accountlines
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19066: Update Schema
Bug-19066-Update-Schema.patch (text/plain), 1.37 KB, created by
Martin Renvoize (ashimema)
on 2018-12-12 08:55:37 UTC
(
hide
)
Description:
Bug 19066: Update Schema
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2018-12-12 08:55:37 UTC
Size:
1.37 KB
patch
obsolete
>From ce956282f61d65f409d45bff2be25dbfe7247169 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 25 Oct 2018 08:51:10 -0400 >Subject: [PATCH] Bug 19066: Update Schema > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > 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 ab6d8413d6..49ec108716 100644 >--- a/Koha/Schema/Result/Accountline.pm >+++ b/Koha/Schema/Result/Accountline.pm >@@ -111,6 +111,12 @@ __PACKAGE__->table("accountlines"); > data_type: 'integer' > is_nullable: 1 > >+=head2 branchcode >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 10 >+ > =cut > > __PACKAGE__->add_columns( >@@ -154,6 +160,8 @@ __PACKAGE__->add_columns( > { data_type => "mediumtext", is_nullable => 1 }, > "manager_id", > { data_type => "integer", is_nullable => 1 }, >+ "branchcode", >+ { data_type => "varchar", is_nullable => 1, size => 10 }, > ); > > =head1 PRIMARY KEY >@@ -236,7 +244,7 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-10-25 12:46:26 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mmVBZKQGAVdqSUOHecOSFA > > 1; >-- >2.19.2
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 19066
:
65769
|
65770
|
65771
|
67756
|
67757
|
71153
|
71154
|
71155
|
73185
|
73186
|
73187
|
73595
|
77281
|
77282
|
77283
|
78900
|
78901
|
81144
|
81145
|
81146
|
81253
|
81254
|
81255
|
81684
|
81912
|
81918
|
82047
|
82048
|
82084
|
82086
|
82087
|
82469
|
82470
|
82471
|
82473
|
82474
|
82475
|
82476
|
82477
|
82478
|
83067
|
83068
|
83069
|
83070
|
83071
|
83072
|
83073
|
83074
|
83075
|
83076
|
83077
|
83078
|
83079
|
83080
|
83081
|
83082
|
83083
|
83084
|
83275
|
83519
|
83520
|
83521
|
83522
|
83523
|
83524
|
83525
|
83526
|
83527
|
83528
|
83628