Add UserAction Ip
This commit is contained in:
parent
d67c12beba
commit
8fac294d04
|
@ -0,0 +1,5 @@
|
|||
class AddIpToUserActions < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :user_actions, :ip, :string
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue