X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f773f6795899c47ca5e48871678d7c5ee13dffc8..29a780eb1af9ca5f8b55e53cf89701b297707607:/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 1778dcc75..72d28bb2d 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 +class AddGpxIndexes < ActiveRecord::Migration[5.0] 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"