~cytrogen/masto-fe

ref: 4ea24537cf9c1fafd0edf79acd8cf666be662fbe masto-fe/db/migrate/20201008220312_add_sign_up_ip_to_users.rb -rw-r--r-- 121 bytes
4ea24537 — dependabot[bot] Bump rubocop-performance from 1.17.1 to 1.18.0 (#25089) 2 years ago
                                                                                
1
2
3
4
5
class AddSignUpIpToUsers < ActiveRecord::Migration[5.2]
  def change
    add_column :users, :sign_up_ip, :inet
  end
end