Don't filter on local
authorMark Felder <feld@FreeBSD.org>
Sat, 8 Aug 2020 17:44:18 +0000 (12:44 -0500)
committerMark Felder <feld@FreeBSD.org>
Sat, 8 Aug 2020 17:44:18 +0000 (12:44 -0500)
priv/repo/migrations/20200808173046_only_expire_creates.exs

index 5a34dc7c12739fbfedc720540b4572c05f27262f..42fb7337539665944123317defb29b8fd39a00f2 100644 (file)
@@ -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';
     """