2417d366e4c3f1a3e898c18f3676e00829d3778b
[akkoma] / 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