Project

General

Profile

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"

Added by David Leedom 3 months ago. Updated 3 months ago.

Status:
Completed
Priority:
Immediate
Assignee:
Start date:
03/25/2026
Due date:
% Done:

100%

Estimated time:
0:30 h
Spent time:
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 Actions #1

  • Status changed from New to Implementing

DL Updated by David Leedom 3 months ago Actions #2

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 Actions #3

  • Status changed from Implementing to In Review

DL Updated by David Leedom 3 months ago Actions #4

  • Status changed from In Review to Completed

DL Updated by David Leedom 3 months ago Actions #5

  • % Done changed from 0 to 100
  • Estimated time set to 0:30 h
Actions

Also available in: PDF Atom