diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-08-08 12:44:18 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-08-08 12:44:18 -0500 |
commit | 761cc5b4a2b4c0ef610ae7296f614ec4c9ceccad (patch) | |
tree | b3f92fd702cc39ce099fffca6b31f7185c99bb87 /priv/repo/migrations/20200808173046_only_expire_creates.exs | |
parent | cf4c97242be588e55dfccb37ab2c3d6dcac3cb0f (diff) | |
download | pleroma-761cc5b4a2b4c0ef610ae7296f614ec4c9ceccad.tar.gz pleroma-761cc5b4a2b4c0ef610ae7296f614ec4c9ceccad.zip |
Don't filter on local
Diffstat (limited to 'priv/repo/migrations/20200808173046_only_expire_creates.exs')
-rw-r--r-- | priv/repo/migrations/20200808173046_only_expire_creates.exs | 1 |
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'; """ |