Add Migration to set active status for users and contacts in the db
When we added the fields active
for contact
and user
models we haven't migrated existing data to have a active
value of true.
So the idea is to provide an additional migration file that sets every user and contacts active
value to true.