FCLT#65180 alvast fac_import_app_delimiter en fac_export_app_delimiter

svn path=/Database/trunk/; revision=50831
This commit is contained in:
Jos Groot Lipman
2021-04-14 15:42:47 +00:00
parent a1869aa9ff
commit 8b3cb5aec1
2 changed files with 10 additions and 2 deletions

View File

@@ -607,7 +607,7 @@ CREATE_TABLE(fac_notificatie, 0)
fac_notificatie_status
NUMBER(3)
NOT_NULL(fac_notificatie_status, fac_c_fac_notificatie_status),
fac_notificatie_queue
fac_notificatie_queue
VARCHAR2(20)
DEFAULT 'DEFAULT' NOT NULL,
// Note: these columns are defined in PRS_TAB.SRC
@@ -619,7 +619,7 @@ CREATE_TABLE(fac_notificatie, 0)
// REFERENCES prs_perslid(prs_perslid_key) ON DELETE CASCADE,
// prs_bedrijfadres_key
// NUMBER(10)
// CONSTRAINT prs_r_bedrijfadres_key1
// CONSTRAINT prs_r_bedrijfadres_key1
// REFERENCES prs_bedrijfadres(prs_bedrijfadres_key) ON DELETE CASCADE,
fac_notificatie_receiver_email
VARCHAR2(255),
@@ -707,6 +707,8 @@ CREATE_TABLE(fac_import_app, 0)
CONSTRAINT fac_r_fac_functie_key REFERENCES fac_functie(fac_functie_key),
fac_import_app_charset
VARCHAR(32),
fac_import_app_delimiter
VARCHAR(2),
fac_import_app_folder
VARCHAR(320),
fac_import_app_files
@@ -771,6 +773,8 @@ CREATE_TABLE(fac_export_app, 0)
CONSTRAINT fac_r_fac_functie_key3 REFERENCES fac_functie(fac_functie_key),
fac_export_app_charset
VARCHAR(32),
fac_export_app_delimiter
VARCHAR(2),
fac_export_app_folder
VARCHAR(320),
fac_export_app_prefix

View File

@@ -465,6 +465,10 @@ CREATE SEQUENCE ins_s_ins_deel_state_histall_key MINVALUE 1;
//DEFINE_SETTING('INS', 0001, 'WEB_FACTAB', 'ins_state_history, 'number', '7', 'number of days to keep sensor history')
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#65180
ALTER TABLE fac_import_app ADD fac_import_app_delimiter VARCHAR(2);
ALTER TABLE fac_export_app ADD fac_export_app_delimiter VARCHAR(2);
/////////////////////////////////////////////////////////////////////////////////////////// FCLT#*****
///////////////////////////////////////////////////////////////////////////////////////////