osem-fcy/db/migrate/20170721184810_add_custom_domain_to_conferences.rb
2017-08-22 21:18:58 +00:00

5 lines
137 B
Ruby

class AddCustomDomainToConferences < ActiveRecord::Migration
def change
add_column :conferences, :custom_domain, :string
end
end