Avoid dying when handling large payloads
This commit is contained in:
parent
06bd9130e8
commit
a9fe4a9636
1 changed files with 1 additions and 1 deletions
|
@ -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
|
end
|
||||||
|
|
||||||
def down do
|
def down do
|
||||||
|
|
Loading…
Reference in a new issue