~cytrogen/masto-fe

ref: c2cbe90a89865c4bcf5a01398644a00a984800ec masto-fe/db/migrate/20210616214526_create_user_ips.rb -rw-r--r-- 100 bytes
c2cbe90a — dependabot[bot] Bump rimraf from 5.0.0 to 5.0.1 (#25082) 2 years ago
                                                                                
1
2
3
4
5
class CreateUserIps < ActiveRecord::Migration[6.1]
  def change
    create_view :user_ips
  end
end