This commit is contained in:
albert
2013-03-17 20:33:25 -04:00
parent 9210a72c4c
commit 28a40aeee4
6 changed files with 38 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
class AddUpdaterInfoToComments < ActiveRecord::Migration
def change
add_column :comments, :updater_id, :integer
add_column :comments, :updater_ip_addr, "inet"
end
end