projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use "emphasis" link color in changeset lists instead of dark text
[rails.git]
/
app
/
models
/
changeset_comment.rb
diff --git
a/app/models/changeset_comment.rb
b/app/models/changeset_comment.rb
index 1b78f98e8d2da289ddefa3c25262ffc70e790af3..3bc9483fa9c904da8f65df1be3758a17784f6798 100644
(file)
--- a/
app/models/changeset_comment.rb
+++ b/
app/models/changeset_comment.rb
@@
-11,7
+11,9
@@
#
# Indexes
#
#
# Indexes
#
-# index_changeset_comments_on_created_at (created_at)
+# index_changeset_comments_on_author_id_and_created_at (author_id,created_at)
+# index_changeset_comments_on_changeset_id_and_created_at (changeset_id,created_at)
+# index_changeset_comments_on_created_at (created_at)
#
# Foreign Keys
#
#
# Foreign Keys
#