Skip to content

Commit

Permalink
Merge pull request #5499 from DFE-Digital/4011-ignore-course-id
Browse files Browse the repository at this point in the history
Ignore `npq_course_id` on `ParticipantProfile`
  • Loading branch information
ethax-ross authored Jan 31, 2025
2 parents 205cff1 + a3baafd commit 44a8744
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/participant_profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class ParticipantProfile < ApplicationRecord
has_paper_trail

# self.ignored_columns = %w[user_id]
self.ignored_columns = %w[npq_course_id]

attr_reader :participant_type

Expand Down
1 change: 0 additions & 1 deletion config/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
- school_cohort_id
- teacher_profile_id
- schedule_id
- npq_course_id
- school_urn
- school_ukprn
- request_for_details_sent_at
Expand Down

0 comments on commit 44a8744

Please sign in to comment.