mirror of
https://github.com/discourse/discourse.git
synced 2026-08-14 06:55:03 -05:00
Track the ip address where user was registered
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddRegistrationIpAddressToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :registration_ip_address, :inet
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user