Bugzilla – Attachment 58257 Details for
Bug 17767
Let Koha::Patron::Modification handle extended attributes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17767: DBIC update
Bug-17767-DBIC-update.patch (text/plain), 1.58 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-12-16 14:36:06 UTC
(
hide
)
Description:
Bug 17767: DBIC update
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-12-16 14:36:06 UTC
Size:
1.58 KB
patch
obsolete
>From 3341086b25d83a13e665b422d81f3ab4b529832d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 13 Dec 2016 17:42:53 -0300 >Subject: [PATCH] Bug 17767: DBIC update > >This patch can be skipped by the RM, it just updates the DBIC schema files. >--- > Koha/Schema/Result/BorrowerModification.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/BorrowerModification.pm b/Koha/Schema/Result/BorrowerModification.pm >index 0e5583092f..af4895a038 100644 >--- a/Koha/Schema/Result/BorrowerModification.pm >+++ b/Koha/Schema/Result/BorrowerModification.pm >@@ -404,6 +404,11 @@ __PACKAGE__->table("borrower_modifications"); > data_type: 'integer' > is_nullable: 1 > >+=head2 extended_attributes >+ >+ data_type: 'text' >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -566,6 +571,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 50 }, > "privacy", > { data_type => "integer", is_nullable => 1 }, >+ "extended_attributes", >+ { data_type => "text", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -583,8 +590,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("verification_token", "borrowernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-10-06 10:38:42 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vZ9XjkjQv0q6l2kW3KMsLg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-12-12 20:04:12 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IZNhBX5Bj+x4S8JCWG+7lA > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.11.0
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 17767
:
58256
|
58257
|
58258
|
58259
|
58260
|
58358
|
58359
|
58360
|
58361
|
58362
|
58365
|
58366
|
58367
|
58368
|
58369
|
58437
|
58438
|
58439
|
58440
|
58441