# frozen_string_literal: true class RemoveUsersFromTopicAllowedUsers < ActiveRecord::Migration[4.2] # historically we added admins automatically to a message if they # responded, despite them being in the group the message is targeted at # this causes inbox bloat for pretty much no reason def up sql = <