]> git.openstreetmap.org Git - rails.git/blobdiff - db/migrate/017_add_gpx_indexes.rb
Merge remote-tracking branch 'upstream/pull/4720'
[rails.git] / db / migrate / 017_add_gpx_indexes.rb
index 72d28bb2d441715785d89f9d105f5cb9ca30d51d..f248038719913102172fec76cafc6b635a997844 100644 (file)
@@ -1,4 +1,4 @@
-class AddGpxIndexes < ActiveRecord::Migration[5.0]
+class AddGpxIndexes < ActiveRecord::Migration[4.2]
   def self.up
     add_index "gpx_files", ["user_id"], :name => "gpx_files_user_id_idx"
     add_index "gpx_file_tags", ["tag"], :name => "gpx_file_tags_tag_idx"