FCLT#54037 Putorders ook SFTP kunnen laten versturen

svn path=/Database/trunk/; revision=47439
This commit is contained in:
Jos Groot Lipman
2020-07-16 14:37:00 +00:00
parent f96115232c
commit 888375a902
2 changed files with 6 additions and 0 deletions

View File

@@ -252,6 +252,8 @@ CREATE_TABLE(prs_bedrijfadres, 0) (
VARCHAR2(32),
prs_bedrijfadres_password
VARCHAR2(320),
prs_bedrijfadres_privkey
VARCHAR2(4000),
prs_bedrijfadres_authmethod /* 0=http.open, 1=Forces basic, 2=custom header, 3=add to xml, >4=future use */
NUMBER(3)
DEFAULT 0

View File

@@ -203,6 +203,10 @@ UPDATE prs_bedrijfadres
ALTER TABLE fac_imp_bedrijfadres MODIFY prs_bedrijfadres_password VARCHAR2(320);
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#54037
ALTER TABLE prs_bedrijfadres
ADD prs_bedrijfadres_privkey VARCHAR2(4000);
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#62778
DEF_FAC_FUNCTIE3('WEB_FACHML', 'FAC', 0, 0, NULL);