This PR (partially) fixes an error I made previously when creating the form_submission_attempts table. I didn't append _ciphertext to these two fields that are encrypted. Therefore, they don't currently work. I say this only partially fixes the error because I am NOT deleting the error_message and response fields (which are currently unused and unusable). I've learned that deleting fields is tricky and, strictly speaking, unnecessary right now for me.
Summary
This PR (partially) fixes an error I made previously when creating the
form_submission_attempts
table. I didn't append_ciphertext
to these two fields that are encrypted. Therefore, they don't currently work. I say this only partially fixes the error because I am NOT deleting theerror_message
andresponse
fields (which are currently unused and unusable). I've learned that deleting fields is tricky and, strictly speaking, unnecessary right now for me.Related issue(s)
https://app.zenhub.com/workspaces/vagov-product-team-forms-634853151f5c6000165942bc/issues/gh/department-of-veterans-affairs/va.gov-team-forms/1613