Newer
Older
dmpopidor / db / migrate / 20160105114044_change_wayfless_entity_format_in_organisations.rb
class ChangeWayflessEntityFormatInOrganisations < ActiveRecord::Migration

  def change
    change_column :organisations, :wayfless_entity, :string
  end

end