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