Apply 1 suggestion(s) to 1 file(s)
authorMaksim <parallel588@gmail.com>
Wed, 16 Sep 2020 03:18:50 +0000 (03:18 +0000)
committerMaksim <parallel588@gmail.com>
Wed, 16 Sep 2020 03:18:50 +0000 (03:18 +0000)
priv/repo/migrations/20200914105638_delete_notification_without_activity.exs

index f5b339101e170e21e70d807741b6b5c0ab99a812..9333fc5a1a317711388287d10a82461df8f34e7e 100644 (file)
@@ -11,7 +11,7 @@ defmodule Pleroma.Repo.Migrations.DeleteNotificationWithoutActivity do
       select: %{id: type(q.id, :integer)},
       where: is_nil(c.id)
     )
-    |> Repo.chunk_stream(1_000, :bacthes)
+    |> Repo.chunk_stream(1_000, :batches)
     |> Stream.each(fn records ->
       notification_ids = Enum.map(records, fn %{id: id} -> id end)