pleroma/priv/repo/migrations/20180530123448_add_list_fol...

8 lines
143 B
Elixir
Raw Normal View History

2018-05-30 13:33:37 +00:00
defmodule Pleroma.Repo.Migrations.AddListFollowIndex do
use Ecto.Migration
def change do
create index(:lists, [:following])
end
end