Bugzilla – Attachment 138117 Details for
Bug 31017
Add type field for vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31017: DO NOT PUSH - Schema updates
Bug-31017-DO-NOT-PUSH---Schema-updates.patch (text/plain), 1.49 KB, created by
ByWater Sandboxes
on 2022-07-26 07:01:33 UTC
(
hide
)
Description:
Bug 31017: DO NOT PUSH - Schema updates
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2022-07-26 07:01:33 UTC
Size:
1.49 KB
patch
obsolete
>From ccc521260f353d076052aef134429474326edf0a Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 23 Jun 2022 10:57:54 +0000 >Subject: [PATCH] Bug 31017: DO NOT PUSH - Schema updates > >Signed-off-by: KIT Library Germany <michaela.sieber@kit.edu> >--- > Koha/Schema/Result/Aqbookseller.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Aqbookseller.pm b/Koha/Schema/Result/Aqbookseller.pm >index 4c5d19a0e2..4f7ceed360 100644 >--- a/Koha/Schema/Result/Aqbookseller.pm >+++ b/Koha/Schema/Result/Aqbookseller.pm >@@ -81,6 +81,12 @@ vendor phone number > > vendor account number > >+=head2 vendor_type >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 255 >+ > =head2 notes > > data_type: 'longtext' >@@ -199,6 +205,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 30 }, > "accountnumber", > { data_type => "longtext", is_nullable => 1 }, >+ "vendor_type", >+ { data_type => "varchar", is_nullable => 1, size => 255 }, > "notes", > { data_type => "longtext", is_nullable => 1 }, > "postal", >@@ -387,8 +395,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qu4OqSCsEKEeJD9VtOEd4g >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-22 16:35:36 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LuGae6NSbIOPXaS7OH7Z/A > > __PACKAGE__->add_columns( > '+active' => { is_boolean => 1 }, >-- >2.30.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 31017
:
136443
|
136444
|
136445
|
136903
|
137134
|
138116
|
138117
|
138118
|
138942
|
138943
|
138944
|
138945
|
138964
|
138965
|
138966
|
138967
|
139007