Bugzilla – Attachment 67061 Details for
Bug 10132
Add option to set MarcOrgCode on branch level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10132: DBIC update
Bug-10132-DBIC-update.patch (text/plain), 1.56 KB, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-11 19:15:58 UTC
(
hide
)
Description:
Bug 10132: DBIC update
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-11 19:15:58 UTC
Size:
1.56 KB
patch
obsolete
>From c46aeadafb98f2ed349457834c7a7a1a904b3e67 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Sun, 11 Jun 2017 19:21:16 +0000 >Subject: [PATCH] Bug 10132: DBIC update > >Signed-off-by: Hugo Agud <hagud@orex.es> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/Branch.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm >index b4960ef..58e1121 100644 >--- a/Koha/Schema/Result/Branch.pm >+++ b/Koha/Schema/Result/Branch.pm >@@ -134,6 +134,12 @@ __PACKAGE__->table("branches"); > is_nullable: 1 > size: 255 > >+=head2 marcorgcode >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 16 >+ > =cut > > __PACKAGE__->add_columns( >@@ -179,6 +185,8 @@ __PACKAGE__->add_columns( > { data_type => "text", is_nullable => 1 }, > "geolocation", > { data_type => "varchar", is_nullable => 1, size => 255 }, >+ "marcorgcode", >+ { data_type => "varchar", is_nullable => 1, size => 16 }, > ); > > =head1 PRIMARY KEY >@@ -596,8 +604,8 @@ Composing rels: L</branchrelations> -> categorycode > __PACKAGE__->many_to_many("categorycodes", "branchrelations", "categorycode"); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-26 16:17:25 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:99U1YQ4iSum4LbBha4hDTQ >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-06-03 21:53:00 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:S44besPbFRnPJpyHRK+aSQ > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.7.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 10132
:
64183
|
64184
|
64185
|
64186
|
64187
|
67060
| 67061 |
67062
|
67063
|
67064
|
67065
|
67066
|
67067
|
67208
|
67211