]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20121119165817_drop_nearby_place_from_notes.rb
Merge remote-tracking branch 'upstream/pull/1704'
[rails.git] / db / migrate / 20121119165817_drop_nearby_place_from_notes.rb
index bbef259467de3d1fc0ecc6ba26e7560bd38d2c2d..1aaa43fffab7bb6ce17dc25ac6b051889c9e4aa0 100644 (file)
@@ -1,4 +1,4 @@
-class DropNearbyPlaceFromNotes < ActiveRecord::Migration
+class DropNearbyPlaceFromNotes < ActiveRecord::Migration[5.0]
   def up
     remove_column :notes, :nearby_place
   end