X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cb87f02642d0097ebc067ca1f9371dde274a41e3..HEAD:/db/migrate/017_add_gpx_indexes.rb diff --git a/db/migrate/017_add_gpx_indexes.rb b/db/migrate/017_add_gpx_indexes.rb index 72d28bb2d..f24803871 100644 --- a/db/migrate/017_add_gpx_indexes.rb +++ b/db/migrate/017_add_gpx_indexes.rb @@ -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"