Data migration: Update user_type value for humans
What does this MR do and why?
This MR scheduled a data migration for updating user_type of all existing human users to be 0 instead of nil
as part of #386474 (closed)
This MR addresses point 3.
Previous episodes:
How to set up and validate locally
- Check list of human users
bundle exec rake db:migate
- Make sure data migration is finished in sidekiq
- Check hat list of human users didn't change.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #386474 (closed)