Skip to content

Commit

Permalink
Merge branch 'sjc-remove-encrypted-data-from-veteran-representative' …
Browse files Browse the repository at this point in the history
…into sjc-veteran-representative-migration
  • Loading branch information
stevenjcumming committed Apr 17, 2024
2 parents 3bae807 + cae5c9b commit e340c5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/veteran/app/models/veteran/service/representative.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ module Service
class Representative < ApplicationRecord
BASE_URL = 'https://www.va.gov/ogc/apps/accreditation/'

self.ignored_columns += %w[dob_ciphertext encrypted_kms_key ssn_ciphertext]

self.primary_key = :representative_id

scope :attorneys, -> { where(user_types: ['attorney']) }
Expand Down

0 comments on commit e340c5a

Please sign in to comment.