BigW Consortium Gitlab

20130522141856_add_more_fields_to_service.rb 187 Bytes
Newer Older
1
# rubocop:disable all
2 3 4 5 6 7
class AddMoreFieldsToService < ActiveRecord::Migration
  def change
    add_column :services, :subdomain, :string
    add_column :services, :room, :string
  end
end