X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0c8ad2f86edefed72052b402742cadedb0d674d9..8d76be71bbb8a799cbf0627dee170f26ade5a11f:/db/migrate/20121119165817_drop_nearby_place_from_notes.rb diff --git a/db/migrate/20121119165817_drop_nearby_place_from_notes.rb b/db/migrate/20121119165817_drop_nearby_place_from_notes.rb index bbef25946..7e6f27f99 100644 --- a/db/migrate/20121119165817_drop_nearby_place_from_notes.rb +++ b/db/migrate/20121119165817_drop_nearby_place_from_notes.rb @@ -1,4 +1,4 @@ -class DropNearbyPlaceFromNotes < ActiveRecord::Migration +class DropNearbyPlaceFromNotes < ActiveRecord::Migration[4.2] def up remove_column :notes, :nearby_place end