Skip to content

Commit

Permalink
#1429: Add encrypted fields - migration (#19764)
Browse files Browse the repository at this point in the history
* add encrypted fields

* revert schema

* rename migration file

* update schema

* revert notification model

* move migration to va_notify
  • Loading branch information
ianperera authored Dec 16, 2024
1 parent f50efec commit 8a87d36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
class AddToCiphertext < ActiveRecord::Migration[7.1]
def change
add_column :va_notify_notifications, :to_ciphertext, :text
add_column :va_notify_notifications, :encrypted_kms_key, :text
end
end

0 comments on commit 8a87d36

Please sign in to comment.