Browse Source

Add UserAction Ip

pull/278/head
sylor_huang@126.com 5 years ago
parent
commit
8fac294d04
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      db/migrate/20200818101224_add_ip_to_user_actions.rb

+ 5
- 0
db/migrate/20200818101224_add_ip_to_user_actions.rb View File

@@ -0,0 +1,5 @@
class AddIpToUserActions < ActiveRecord::Migration[5.2]
def change
add_column :user_actions, :ip, :string
end
end

Loading…
Cancel
Save