negos_app/db/migrate/20180816172810_add_sub_domain_to_reseauxes.rb
2018-08-16 21:14:14 +02:00

6 lines
127 B
Ruby

class AddSubDomainToReseauxes < ActiveRecord::Migration
def change
add_column :reseauxes, :sub_domain, :string
end
end