X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=priv%2Frepo%2Fmigrations%2F20170620095947_remove_activities_index.exs;h=ea3d4a5091e064c5431f694d55e2251c5b765ad4;hb=19eb8264249ff41a516834fc0728cf652cafb6b9;hp=e7d41eac449a50bd7315aae9bd926b8aaee66338;hpb=3b05f834f4987fea4c7a48045105a24e6b1765a4;p=akkoma diff --git a/priv/repo/migrations/20170620095947_remove_activities_index.exs b/priv/repo/migrations/20170620095947_remove_activities_index.exs index e7d41eac4..ea3d4a509 100644 --- a/priv/repo/migrations/20170620095947_remove_activities_index.exs +++ b/priv/repo/migrations/20170620095947_remove_activities_index.exs @@ -2,6 +2,6 @@ defmodule Pleroma.Repo.Migrations.RemoveActivitiesIndex do use Ecto.Migration def change do - drop_if_exists index(:activities, [:data]) + drop_if_exists(index(:activities, [:data])) end end