osem-fcy/db/migrate/20170721184810_add_custom_domain_to_conferences.rb

6 lines
137 B
Ruby
Raw Normal View History

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