New composer message for people dominating a topic

This commit is contained in:
Robin Ward
2013-09-17 14:38:39 -04:00
parent 16dc0a7001
commit 99b6a62fcb
6 changed files with 145 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
class AddTopicIdToUserHistories < ActiveRecord::Migration
def change
add_column :user_histories, :topic_id, :integer
end
end