fixes #925
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user