mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-11-06 01:22:04 +01:00
20200802170532_fix_legacy_tags: chunk the user query
This commit is contained in:
parent
a818587467
commit
15fa3b6bd8
@ -22,7 +22,7 @@ defmodule Pleroma.Repo.Migrations.FixLegacyTags do
|
||||
where: fragment("? && ?", u.tags, ^legacy_tags),
|
||||
select: struct(u, [:tags, :id])
|
||||
)
|
||||
|> Repo.all()
|
||||
|> Repo.chunk_stream(100)
|
||||
|> Enum.each(fn user ->
|
||||
fix_tags_changeset(user)
|
||||
|> Repo.update()
|
||||
|
Loading…
Reference in New Issue
Block a user