FEATURE: log topic/post deletions from staff members

This commit is contained in:
Régis Hanol
2014-10-01 17:40:13 +02:00
parent be93f224a6
commit 98b6b9821a
14 changed files with 155 additions and 33 deletions

View File

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