Actions
Emergency Change #46
closed
DL
DL
For Project "MNR - C1-B Project" Change all Reference to "Amtrak" to "Client"
Emergency Change #46:
For Project "MNR - C1-B Project" Change all Reference to "Amtrak" to "Client"
SOC2 Control Reference:
Risk Level:
Evidence Attached:
Compliance Due Date:
Change Type:
Change Category:
Environment:
Rollback Plan:
Testing Evidence:
Approved By:
Implementation Date:
Description
In the Question Bank replace all occurrences of Amtrak to Client.
DL Updated by David Leedom 3 months ago
- Status changed from New to Implementing
DL Updated by David Leedom 3 months ago
Verified the data was correct with this:
select * from inspection_definition
where client_id = '118f3039-7fd3-4e12-a8de-24a1d89db2b2'
and attribute_name ilike '%amtrak%'
Changed the data with this:
update inspection_definition set
attribute_name = replace(attribute_name, 'Amtrak', 'Client')
where client_id = '118f3039-7fd3-4e12-a8de-24a1d89db2b2'
and attribute_name ilike '%amtrak%'
DL Updated by David Leedom 3 months ago
- Status changed from Implementing to In Review
DL Updated by David Leedom 3 months ago
- Status changed from In Review to Completed
DL Updated by David Leedom 3 months ago
- % Done changed from 0 to 100
- Estimated time set to 0:30 h
Actions