osem-fcy/db/migrate/20170721184810_add_custom_domain_to_conferences.rb
2017-08-20 15:39:33 +05:30

5 lines
137 B
Ruby

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