Bugzilla – Attachment 91072 Details for
Bug 23151
Patron self modification sends null dateofbirth
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23151: Schema changes
Bug-23151-Schema-changes.patch (text/plain), 1.78 KB, created by
Kyle M Hall (khall)
on 2019-06-28 14:21:10 UTC
(
hide
)
Description:
Bug 23151: Schema changes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-06-28 14:21:10 UTC
Size:
1.78 KB
patch
obsolete
>From 6f1c9bd490375f771e2144dd9981444d8f42bae3 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 19 Jun 2019 16:32:10 +0000 >Subject: [PATCH] Bug 23151: Schema changes > >It is best to regenerate these from scratch. >On a kohadevbox: >$ misc/devel/update_dbix_class_files.pl --db_name=koha_kohadev --db_user=koha_kohadev --db_passwd=password > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > 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 1fce1d516a..81baac4d9d 100644 >--- a/Koha/Schema/Result/BorrowerModification.pm >+++ b/Koha/Schema/Result/BorrowerModification.pm >@@ -37,6 +37,11 @@ __PACKAGE__->table("borrower_modifications"); > is_nullable: 0 > size: 255 > >+=head2 changed_fields >+ >+ data_type: 'mediumtext' >+ is_nullable: 1 >+ > =head2 borrowernumber > > data_type: 'integer' >@@ -433,6 +438,8 @@ __PACKAGE__->add_columns( > }, > "verification_token", > { data_type => "varchar", default_value => "", is_nullable => 0, size => 255 }, >+ "changed_fields", >+ { data_type => "mediumtext", is_nullable => 1 }, > "borrowernumber", > { data_type => "integer", default_value => 0, is_nullable => 0 }, > "cardnumber", >@@ -610,8 +617,8 @@ __PACKAGE__->add_columns( > __PACKAGE__->set_primary_key("verification_token", "borrowernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-20 13:00:20 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qQ0BWngri+79YvK9S8zZPg >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-06-19 15:36:58 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:j0cpf6F6MHMqFopc+/Wnbw > > sub koha_object_class { > 'Koha::Patron::Modification'; >-- >2.20.1 (Apple Git-117)
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 23151
:
90764
|
90769
|
90795
|
90796
|
90797
|
90798
|
90799
|
90805
|
90806
|
90807
|
90808
|
90809
|
91070
|
91071
|
91072
|
91073
|
91074
|
91075
|
91076
|
91614
|
91615
|
91616
|
91617
|
91618
|
91619
|
91620