Skip to content
Snippets Groups Projects
Commit 6e17210958b7 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Add an SQL index on ``envelope_id``

WHERE queries in xbus-odoo's emitter on this column.
parent f5b3de757af1
Branches branch/11.0
No related tags found
No related merge requests found
Pipeline #3159 passed
......@@ -111,6 +111,7 @@
string="Envelope ID",
help="The ID of the envelope that was forged by xbus-odoo and sent "
"into the bus",
index=True, # WHERE queries in xbus-odoo's emitter on this column.
)
process_id = fields.Char(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment