Skip to content

Commit

Permalink
remove dob and ssn migration
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjcumming committed Apr 17, 2024
1 parent 29a010f commit bcc7308
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 129 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class RemoveDobAndSsnFromVeteranRepresentatives < ActiveRecord::Migration[7.1]
def change
safety_assured do
remove_column :veteran_representatives, :ssn_ciphertext, :text
remove_column :veteran_representatives, :dob_ciphertext, :text
remove_column :veteran_representatives, :encrypted_kms_key, :text
end
end
end
Loading

0 comments on commit bcc7308

Please sign in to comment.