Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 147 forks source link

Add rake task to backfill acceptance #648

Closed MattIPv4 closed 3 years ago

MattIPv4 commented 3 years ago

Description

When we added the new registration acceptance columns, they were defaulted to false without backfilling existing users. This means that they fail validation and cannot transition state.

This rake task should ensure that every user that has signed up has the new acceptance columns set to true.

Test process

Requirements to merge