summaryrefslogtreecommitdiff
path: root/priv/repo/migrations/20180530123448_add_list_follow_index.exs
diff options
context:
space:
mode:
Diffstat (limited to 'priv/repo/migrations/20180530123448_add_list_follow_index.exs')
-rw-r--r--priv/repo/migrations/20180530123448_add_list_follow_index.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/priv/repo/migrations/20180530123448_add_list_follow_index.exs b/priv/repo/migrations/20180530123448_add_list_follow_index.exs
index 57f8d478f..c08950aa7 100644
--- a/priv/repo/migrations/20180530123448_add_list_follow_index.exs
+++ b/priv/repo/migrations/20180530123448_add_list_follow_index.exs
@@ -2,6 +2,7 @@ defmodule Pleroma.Repo.Migrations.AddListFollowIndex do
use Ecto.Migration
def change do
- create_if_not_exists(index(:lists, [:following]))
+ # create_if_not_exists(index(:lists, [:following]))
+ :ok
end
end