Ash Postgres: How to detect change when updating nullable column from NULL to non-NULL value without using atomic_update?

My workaround is to explicitly change the attribute updated_at in the action:

change set_attribute(:updated_at, &DateTime.utc_now/0)