From: Mark Felder Date: Sat, 8 Aug 2020 17:44:18 +0000 (-0500) Subject: Don't filter on local X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=761cc5b4a2b4c0ef610ae7296f614ec4c9ceccad;p=akkoma Don't filter on local --- diff --git a/priv/repo/migrations/20200808173046_only_expire_creates.exs b/priv/repo/migrations/20200808173046_only_expire_creates.exs index 5a34dc7c1..42fb73375 100644 --- a/priv/repo/migrations/20200808173046_only_expire_creates.exs +++ b/priv/repo/migrations/20200808173046_only_expire_creates.exs @@ -7,7 +7,6 @@ defmodule Pleroma.Repo.Migrations.OnlyExpireCreates do activity_expirations A USING activities B WHERE A.activity_id = B.id - AND B.local = false AND B.data->>'type' != 'Create'; """