X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=priv%2Frepo%2Fmigrations%2F20170620095947_remove_activities_index.exs;h=ea3d4a5091e064c5431f694d55e2251c5b765ad4;hb=880a92ccc705553610ca9c877e6823777c1e759e;hp=e7d41eac449a50bd7315aae9bd926b8aaee66338;hpb=85c7916c94017c6a3657a3540f1e6c3afcb78225;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