Skip to content

Commit

Permalink
IBX-153: Added indices to workflow relation to optimize queries (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwojs authored Apr 14, 2021
1 parent 59d754b commit dcf5095
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/config/storage/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ tables:
indexes:
idx_workflow_id: { fields: [id] }
initial_owner_id: { fields: [initial_owner_id] }
idx_workflow_co_id_ver: { fields: [content_id, version_no] }
idx_workflow_name: { fields: [workflow_name] }
id:
id: { type: integer, nullable: false, options: { autoincrement: true } }
fields:
Expand Down

0 comments on commit dcf5095

Please sign in to comment.