This commit is contained in:
r888888888
2014-02-21 13:46:45 -08:00
parent 2561ccd00b
commit 10516c9834
4 changed files with 12 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
class AddIpAddrToDmails < ActiveRecord::Migration
def change
add_column :dmails, :creator_ip_addr, :inet, :null => false, :default => "127.0.0.1"
end
end