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