Skip to content

Commit

Permalink
omit type
Browse files Browse the repository at this point in the history
  • Loading branch information
ianperera committed Dec 23, 2024
1 parent 83e3626 commit fcf75d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/va_notify/app/models/va_notify/notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ class Notification < ApplicationRecord
self.table_name = 'va_notify_notifications'

has_kms_key
has_encrypted :to, migrating: true, type: :text, key: :kms_key, **lockbox_options
has_encrypted :to, migrating: true, key: :kms_key, **lockbox_options
end
end

0 comments on commit fcf75d2

Please sign in to comment.