Support for crawling topic links

This commit is contained in:
Robin Ward
2014-04-07 14:08:34 -04:00
parent bb0baa6d7c
commit 7e3ea5d644
8 changed files with 160 additions and 5 deletions
@@ -0,0 +1,6 @@
class AddTitleToTopicLinks < ActiveRecord::Migration
def change
add_column :topic_links, :title, :string
add_column :topic_links, :crawled_at, :datetime
end
end