Sha256: 6d87db7a125f3ef95fa7b7f897020e4d3ae6a6952a4f58823491ef7b441b72f1

Contents?: true

Size: 125 Bytes

Versions: 4

Compression:

Stored size: 125 Bytes

Contents

class AddTestCityToLocations < ActiveRecord::Migration
  def change
    add_column :locations, :test_city, :string
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
country_state_select-3.0.3 test/dummy/db/migrate/20151024160724_add_test_city_to_locations.rb
country_state_select-3.0.2 test/dummy/db/migrate/20151024160724_add_test_city_to_locations.rb
country_state_select-3.0.1 test/dummy/db/migrate/20151024160724_add_test_city_to_locations.rb
country_state_select-3.0.0 test/dummy/db/migrate/20151024160724_add_test_city_to_locations.rb