update annotations
This commit is contained in:
parent
2ce4468aa5
commit
32e3e3f382
|
@ -615,7 +615,7 @@ end
|
|||
# updated_at :datetime not null
|
||||
# views :integer default(0), not null
|
||||
# posts_count :integer default(0), not null
|
||||
# user_id :integer not null
|
||||
# user_id :integer
|
||||
# last_post_user_id :integer not null
|
||||
# reply_count :integer default(0), not null
|
||||
# featured_user1_id :integer
|
||||
|
|
|
@ -205,6 +205,6 @@ end
|
|||
# Indexes
|
||||
#
|
||||
# index_forum_thread_links_on_forum_thread_id (topic_id)
|
||||
# unique_post_links (topic_id,post_id,url) UNIQUE
|
||||
# index_forum_thread_links_on_forum_thread_id_and_post_id_and_url (topic_id,post_id,url) UNIQUE
|
||||
#
|
||||
|
||||
|
|
|
@ -53,6 +53,6 @@ end
|
|||
#
|
||||
# Indexes
|
||||
#
|
||||
# by_link (topic_link_id)
|
||||
# index_forum_thread_link_clicks_on_forum_thread_link_id (topic_link_id)
|
||||
#
|
||||
|
||||
|
|
Loading…
Reference in New Issue