Thanks, it did the trick
For anyone needing this, here is the full procedure.
./launcher enter app
# rails c
# User.where(moderator: true).update_all(moderator: false)
Thanks, it did the trick
For anyone needing this, here is the full procedure.
./launcher enter app
# rails c
# User.where(moderator: true).update_all(moderator: false)