Skip to content

Commit

Permalink
IBX-5388: Added index on `ezcontentobject_link.contentclassattribute_…
Browse files Browse the repository at this point in the history
…id` field

For more details see https://issues.ibexa.co/browse/IBX-5388 and #378
  • Loading branch information
barw4 authored Jul 24, 2023
1 parent 0b8bad6 commit 4e8b123
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ tables:
indexes:
ezco_link_to_co_id: { fields: [to_contentobject_id] }
ezco_link_from: { fields: [from_contentobject_id, from_contentobject_version, contentclassattribute_id] }
ezco_link_cca_id: { fields: [contentclassattribute_id] }
id:
id: { type: integer, nullable: false, options: { autoincrement: true } }
fields:
Expand Down

0 comments on commit 4e8b123

Please # to comment.