Don't filter on local

This commit is contained in:
Mark Felder 2020-08-08 12:44:18 -05:00
parent cf4c97242b
commit 761cc5b4a2
1 changed files with 0 additions and 1 deletions

View 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';
"""