From 44a6fb0f0af94aab5363274869abeb448c5466a7 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 4 Aug 2014 11:06:33 +1000 Subject: [PATCH] Annotate changes --- app/models/incoming_link.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/models/incoming_link.rb b/app/models/incoming_link.rb index f1080e2a13a..6f000158b1d 100644 --- a/app/models/incoming_link.rb +++ b/app/models/incoming_link.rb @@ -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) #