summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20180530123448_add_list_follow_index.exs
blob: d6603e916100691f52db5b90ad2c25eca0a4d951 (plain)
1
2
3
4
5
6
7
defmodule Pleroma.Repo.Migrations.AddListFollowIndex do
  use Ecto.Migration

  def change do
    create index(:lists, [:following])
  end
end