Browse Source

Don't filter on local

merge-requests/2900/head
Mark Felder 3 years ago
parent
commit
761cc5b4a2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      priv/repo/migrations/20200808173046_only_expire_creates.exs

+ 0
- 1
priv/repo/migrations/20200808173046_only_expire_creates.exs 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';
"""



Loading…
Cancel
Save