debian-mirror-gitlab/db/migrate/20131217102743_add_recipients_to_service.rb

7 lines
145 B
Ruby
Raw Normal View History

# rubocop:disable all
2014-09-02 18:07:02 +05:30
class AddRecipientsToService < ActiveRecord::Migration
def change
add_column :services, :recipients, :text
end
end