summaryrefslogtreecommitdiff
path: root/db/migrate/20131217102743_add_recipients_to_service.rb
blob: 3c76be0f68d444fd6b513091580463288b39d1f0 (plain)
1
2
3
4
5
6
# rubocop:disable all
class AddRecipientsToService < ActiveRecord::Migration
  def change
    add_column :services, :recipients, :text
  end
end