mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Annotate changes
This commit is contained in:
parent
0920c4bea6
commit
44a6fb0f0a
1 changed files with 2 additions and 3 deletions
|
@ -90,20 +90,19 @@ end
|
|||
# Table name: incoming_links
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# url :string(1000) not null
|
||||
# referer :string(1000)
|
||||
# domain :string(100)
|
||||
# topic_id :integer
|
||||
# post_number :integer
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# user_id :integer
|
||||
# ip_address :inet
|
||||
# current_user_id :integer
|
||||
# post_id :integer not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# incoming_index (topic_id,post_number)
|
||||
# index_incoming_links_on_created_at_and_domain (created_at,domain)
|
||||
# index_incoming_links_on_created_at_and_user_id (created_at,user_id)
|
||||
# index_incoming_links_on_post_id (post_id)
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue