update annotations

This commit is contained in:
Sam 2013-09-06 17:38:50 +10:00
parent 2ce4468aa5
commit 32e3e3f382
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -204,7 +204,7 @@ 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 (topic_id)
# index_forum_thread_links_on_forum_thread_id_and_post_id_and_url (topic_id,post_id,url) UNIQUE
#

View File

@ -53,6 +53,6 @@ end
#
# Indexes
#
# by_link (topic_link_id)
# index_forum_thread_link_clicks_on_forum_thread_link_id (topic_link_id)
#