ユーザーの一括編集 - モデレーター権限の削除

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