projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Localisation updates from https://translatewiki.net.
[rails.git]
/
db
/
migrate
/
20131212124700_add_created_at_index_to_note_comments.rb
diff --git
a/db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
b/db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
index baee598cb5d56019bd983580ac7c81e28d9e9000..309af1d26404db5e2988faae576528393842e6c1 100644
(file)
--- a/
db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
+++ b/
db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
@@
-1,4
+1,4
@@
-class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration[
5.0
]
+class AddCreatedAtIndexToNoteComments < ActiveRecord::Migration[
4.2
]
def change
add_index :note_comments, :created_at
end