批量编辑用户 - 删除版主权限

Thanks, it did the trick :slight_smile:

For anyone needing this, here is the full procedure.

./launcher enter app
# rails c
# User.where(moderator: true).update_all(moderator: false)
2 个赞