Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
class RemovePmReflections < ActiveRecord::Migration[4.2]
def up
execute 'delete from topic_links where link_topic_id in (select id from topics where archetype = \'private_message\') '
end
def down