diff --git a/modules/va_notify/app/models/va_notify/notification.rb b/modules/va_notify/app/models/va_notify/notification.rb index 67201095372..d0910568be8 100644 --- a/modules/va_notify/app/models/va_notify/notification.rb +++ b/modules/va_notify/app/models/va_notify/notification.rb @@ -3,5 +3,8 @@ module VANotify class Notification < ApplicationRecord self.table_name = 'va_notify_notifications' + + has_kms_key + has_encrypted :to, migrating: true, type: :text, key: :kms_key, **lockbox_options end end