Add option to modify HTTP pool size
[akkoma] / priv / repo / migrations / 20200817120935_add_invisible_index_to_users.exs
1 defmodule Pleroma.Repo.Migrations.AddInvisibleIndexToUsers do
2 use Ecto.Migration
3
4 def change do
5 create(index(:users, [:invisible]))
6 end
7 end