Avoid dying when handling large payloads

This commit is contained in:
itepechi 2023-09-07 08:26:15 +09:00
parent 06bd9130e8
commit a9fe4a9636
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ defmodule Pleroma.Repo.Migrations.CreatePgroongaIndex do
)
)
execute("CREATE INDEX object_content_pgroonga ON objects USING pgroonga ((data->'content'))")
execute("CREATE INDEX object_content_pgroonga ON objects USING pgroonga ((data->'content') pgroonga_jsonb_full_text_search_ops_v2)")
end
def down do