Skip to content

Change `email_opted_in_at` from `datetime_with_timezone` to `datetime`

username-removed-1144264 requested to merge fix-email-opted-in-at-failures into master

What does this MR do?

Changes email_opted_in_at from datetime_with_timezone to datetime, to allow it to be null, and not be automatically set on update.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

See issue #3150 (closed)

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #3150 (closed)

Edited by username-removed-1144264

Merge request reports