Skip to content

Commit

Permalink
Ignore unused columns
Browse files Browse the repository at this point in the history
  • Loading branch information
elceebee committed Sep 27, 2024
1 parent b08b89c commit adcbf0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/models/application_choice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ class ApplicationChoice < ApplicationRecord
include Chased
include TouchApplicationFormState

self.ignored_columns += %w[decline_by_default_at decline_by_default_days]

before_create :set_initial_status

belongs_to :application_form, touch: true
Expand Down
2 changes: 0 additions & 2 deletions config/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ shared:
- original_course_option_id
- course_option_id
- current_course_option_id
- decline_by_default_at
- decline_by_default_days
- declined_at
- declined_by_default
- id
Expand Down
2 changes: 2 additions & 0 deletions config/analytics_blocklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@
:application_choices:
- provider_ids
- current_recruitment_cycle_year
- decline_by_default_at
- decline_by_default_days
:site_settings:
- id
- name
Expand Down

0 comments on commit adcbf0b

Please sign in to comment.