]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/20121119165817_drop_nearby_place_from_notes.rb
Use rails 4.2 defaults for older migrations
[rails.git] / db / migrate / 20121119165817_drop_nearby_place_from_notes.rb
index 1aaa43fffab7bb6ce17dc25ac6b051889c9e4aa0..7e6f27f99ef9ebf0e053c103a43d0b84b3cea86d 100644 (file)
@@ -1,4 +1,4 @@
-class DropNearbyPlaceFromNotes < ActiveRecord::Migration[5.0]
+class DropNearbyPlaceFromNotes < ActiveRecord::Migration[4.2]
   def up
     remove_column :notes, :nearby_place
   end