# frozen_string_literal: true

class OopsUnwatchABoatOfWatchedStuff < ActiveRecord::Migration[4.2]
  def change
    execute "update topic_users set notification_level = 1 where notifications_reason_id is null and notification_level = 2"
  end
end
