mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
update annotations
This commit is contained in:
parent
2ce4468aa5
commit
32e3e3f382
3 changed files with 4 additions and 4 deletions
|
@ -615,7 +615,7 @@ end
|
||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
# views :integer default(0), not null
|
# views :integer default(0), not null
|
||||||
# posts_count :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
|
# last_post_user_id :integer not null
|
||||||
# reply_count :integer default(0), not null
|
# reply_count :integer default(0), not null
|
||||||
# featured_user1_id :integer
|
# featured_user1_id :integer
|
||||||
|
|
|
@ -204,7 +204,7 @@ end
|
||||||
#
|
#
|
||||||
# Indexes
|
# Indexes
|
||||||
#
|
#
|
||||||
# index_forum_thread_links_on_forum_thread_id (topic_id)
|
# 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
|
# Indexes
|
||||||
#
|
#
|
||||||
# by_link (topic_link_id)
|
# index_forum_thread_link_clicks_on_forum_thread_link_id (topic_link_id)
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue