summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-08-08 12:44:18 -0500
committerMark Felder <feld@FreeBSD.org>2020-08-08 12:44:18 -0500
commit761cc5b4a2b4c0ef610ae7296f614ec4c9ceccad (patch)
treeb3f92fd702cc39ce099fffca6b31f7185c99bb87 /priv
parentcf4c97242be588e55dfccb37ab2c3d6dcac3cb0f (diff)
Don't filter on local
Diffstat (limited to 'priv')
-rw-r--r--priv/repo/migrations/20200808173046_only_expire_creates.exs1
1 files changed, 0 insertions, 1 deletions
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';
"""