Согласно @shingara, но модифицировано для работы с не найденными случаями
def self.down
TriggerEvents.find_all_by_name('CHANGE_APPROVED').map(&:destroy)
Notifications.find_all_by_trigger_event_id(5).map(&:destroy)
NotificationRecipients.find_all_by_notification_id(5).map(&:destroy)
NMD.find_all_by_notification_id_and_msg_index(5,15).map(&:destroy)
end