projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename updateMarker() to addCreatedNoteMarker()
[rails.git]
/
app
/
models
/
friendship.rb
diff --git
a/app/models/friendship.rb
b/app/models/friendship.rb
index 476821b47ccdb221b31b603cfa97352611425c86..2b1c7ce00a845d0e85181e50b5c495e718237250 100644
(file)
--- a/
app/models/friendship.rb
+++ b/
app/models/friendship.rb
@@
-5,11
+5,12
@@
# id :bigint(8) not null, primary key
# user_id :bigint(8) not null
# friend_user_id :bigint(8) not null
# id :bigint(8) not null, primary key
# user_id :bigint(8) not null
# friend_user_id :bigint(8) not null
+# created_at :datetime
#
# Indexes
#
#
# Indexes
#
-#
friends_user_id_idx (user_id
)
-# user_id_idx (friend_user_id)
+#
index_friends_on_user_id_and_created_at (user_id,created_at
)
+# user_id_idx
(friend_user_id)
#
# Foreign Keys
#
#
# Foreign Keys
#