You are on page 1of 2

INSERT INTO data_systems

(id, name, description, publish, version)


VALUES
(uuid_generate_v4(),
'Georgia Main Food Group (TP CCBSS)',
'Type: Customer | Country: United States',
false,
1);

========================================================================

INSERT INTO delivery_configs


(id, name, publish, version, sender, data_type, receiver, delivery_service,
tag, config, env_config)
VALUES
(uuid_generate_v4(),
'Email delivery for Georgia Main Food Group Cda. > FF CSV Order > Coca-Cola
Refreshments Canada'
false,
1,
'a691ec19-5a93-4833-82ff-aca3520311e5',
'jmibbb0049ajabm600000d5n',
'vg000100c94herfa0006163i',
'EMAIL',
'ALLOY to EMAIL',
'{"endpoint":"ccna-int-email","subject":"Georgia Main Food Group Canada
Purchase Order","toAddressList":
["edisupport@cokecanada.com,cokeorders@cokecanada.com"],"bccAddressList":["spice-
email-prod@coca-cola.com"],"attachmentMimeType":"text/
plain","attachmentFileName":"%currdate%_%pid%.txt","emailBodyText":"Attached is a
Text message from Affiliated Foods. Please review the attachment.<br><br>If you
have any questions, please contact CCBSS EDI Support.<br><br>Reference #:
%currtimeMilli%%pid%Thank you, ccbss-edi-support@opentext.com"}',
'{"qa": {"toAddressList": ["spice-email-qa@coca-cola.com"],
"bccAddressList": []}, "uat": {"toAddressList": ["gbane@coca-
cola.com","gbane@opentext.com"], "bccAddressList": ["spice-email-uat@coca-
cola.com"]}}'
);

INSERT INTO dynamic_integration_patterns


(dynamic_integration, match, sender, data_type, receiver, phase,
interceptor_pattern, metaschema_group)
VALUES
('dynamic-opt-liaison-fromalloy-toappl',

'**/opt/liaison/fromalloy/toappl/IB_GEORGIAMAINFOODGROUP_CONACANADA_PURCHASE-ORDER-
CSV_*.dat',
'a691ec19-5a93-4833-82ff-aca3520311e5',
'jmibbb0049ajabm600000d5n',
'vg000100c94herfa0006163i',
'PHASE-437',
null,
'Email'
);
INSERT INTO integrations
(id, name, sender, data_type, receiver, data_source, delivery_config, phase,
publish, version, tag, metaschema_group, mute_failures)
VALUES
(uuid_generate_v4(),
'Email delivery for Georgia Main Food Group Cda. > FF CSV Order > Coca-Cola
Refreshments Canada',
'a691ec19-5a93-4833-82ff-aca3520311e5',
'jmibbb0049ajabm600000d5n',
'vg000100c94herfa0006163i',
'e736afef-50e7-485c-b512-16bf809b7407',
'766165e5-00c1-406e-95f6-831675c0c7a0',
'PHASE-437',
false,
1,
'ALLOY to EMAIL',
'Email',
false);

INSERT INTO migration_phases


(phase, publish, publish_date, generate_interceptor_config, notes)
VALUES
('PHASE-437',
false,
'2023-11-09',
true,
'JIRA-1408 | Email delivery for Georgia Main Food Group Cda. > FF CSV Order
> Coca-Cola Refreshments Canada');

You might also like