mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 22:18:06 +01:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
class CreateUserIps < ActiveRecord::Migration[6.1]
|
|
def change
|
|
create_view :user_ips
|
|
end
|
|
end
|