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

  def change do
    # create_if_not_exists(index(:lists, [:following]))
    :ok
  end
end