projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add rails version number to migrations
[rails.git]
/
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 1778dcc751e832437f65146236fb102ff56098e8..72d28bb2d441715785d89f9d105f5cb9ca30d51d 100644
(file)
--- 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"