[#3251] Fixed wrong test-env config setting for [Pleroma.Upload]. Refactoring. Added...
[akkoma] / priv / repo / migrations / 20180530123448_add_list_follow_index.exs
1 defmodule Pleroma.Repo.Migrations.AddListFollowIndex do
2 use Ecto.Migration
3
4 def change do
5 create_if_not_exists(index(:lists, [:following]))
6 end
7 end