Skip to content

Commit

Permalink
Make dqt_match a PII column
Browse files Browse the repository at this point in the history
  • Loading branch information
Hassanmir92 committed Nov 27, 2024
1 parent a14e54e commit dee4962
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- created_at
- date_of_birth
- declined_at
- dqt_match
- english_language_citizenship_exempt
- english_language_proof_method
- english_language_provider_id
Expand Down
1 change: 1 addition & 0 deletions config/analytics_hidden_pii.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- family_name
- given_names
- registration_number
- dqt_match
:assessments:
- recommendation_assessor_note
:further_information_request_items:
Expand Down
1 change: 1 addition & 0 deletions db/scripts/sanitise.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SET
date_of_birth = '2000-01-01',
alternative_given_names = '',
alternative_family_name = '',
dqt_match = '{}',
registration_number = '';

-- AssessmentSectionFailureReason
Expand Down

0 comments on commit dee4962

Please sign in to comment.