Don't filter on local

This commit is contained in:
Mark Felder 2020-08-08 12:44:18 -05:00
parent cf4c97242b
commit 761cc5b4a2

View file

@ -7,7 +7,6 @@ def up do
activity_expirations A USING activities B
WHERE
A.activity_id = B.id
AND B.local = false
AND B.data->>'type' != 'Create';
"""