Avoid dying when handling large payloads

This commit is contained in:
itepechi 2023-09-07 08:26:15 +09:00
parent 06bd9130e8
commit a9fe4a9636

View file

@ -11,7 +11,7 @@ def up 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