Bugzilla – Attachment 162497 Details for
Bug 35724
Define non-standard port numbers for SFTP upload/download in EDI accounts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35724: DBIX Schema file changes
Bug-35724-DBIX-Schema-file-changes.patch (text/plain), 1.80 KB, created by
Martin Renvoize (ashimema)
on 2024-02-27 11:13:17 UTC
(
hide
)
Description:
Bug 35724: DBIX Schema file changes
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-02-27 11:13:17 UTC
Size:
1.80 KB
patch
obsolete
>From 3c981d69a4c0f476e042c6f99f3b3453817aa4c5 Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Tue, 9 Jan 2024 18:10:45 +0000 >Subject: [PATCH] Bug 35724: DBIX Schema file changes > >Sponsored-by: Waikato Institute of Technology, New Zealand >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Schema/Result/VendorEdiAccount.pm | 18 ++++++++++++++++-- > 1 file changed, 16 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/VendorEdiAccount.pm b/Koha/Schema/Result/VendorEdiAccount.pm >index 30298051b8d..a60e79aadf5 100644 >--- a/Koha/Schema/Result/VendorEdiAccount.pm >+++ b/Koha/Schema/Result/VendorEdiAccount.pm >@@ -51,6 +51,16 @@ __PACKAGE__->table("vendor_edi_accounts"); > data_type: 'mediumtext' > is_nullable: 1 > >+=head2 upload_port >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ >+=head2 download_port >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ > =head2 last_activity > > data_type: 'date' >@@ -156,6 +166,10 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 40 }, > "password", > { data_type => "mediumtext", is_nullable => 1 }, >+ "upload_port", >+ { data_type => "integer", is_nullable => 1 }, >+ "download_port", >+ { data_type => "integer", is_nullable => 1 }, > "last_activity", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "vendor_id", >@@ -258,8 +272,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-15 18:35:52 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:06GuQaUKF6/BO/gw3hKLmA >+# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-02-27 11:12:11 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jn6hGprsUf+fIQythPqruw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.43.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 35724
:
160644
|
160645
|
160646
|
160717
|
160718
|
160719
|
160720
|
162494
|
162495
|
162496
| 162497 |
162498
|
162499