X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/898cc828dd1f1167f85abbf35c8e3f0ed640ac1e..d581fbfaf12c21145985cbc98f41cd8ac4e0a88e:/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..1aaa43fff 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[5.0] def up remove_column :notes, :nearby_place end