Use rails 4.2 defaults for older migrations
This commit is contained in:
parent
784d4ca03d
commit
b606acba0c
95 changed files with 95 additions and 95 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue