debian-mirror-gitlab/db/migrate/20130522141856_add_more_fields_to_service.rb
2014-09-02 14:37:02 +02:00

7 lines
165 B
Ruby

class AddMoreFieldsToService < ActiveRecord::Migration
def change
add_column :services, :subdomain, :string
add_column :services, :room, :string
end
end