osem-fcy/db/migrate/20170721184810_add_custom_domain_to_conferences.rb
2017-07-26 18:04:30 +05:30

5 lines
137 B
Ruby

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