Skip to content

Commit 8649de8

Browse files
authored
Merge pull request #9 from curiosity26/develop
Add index to speed up lookups
2 parents e15947a + db83bcf commit 8649de8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Resources/config/doctrine/Entry.orm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ Curiosity26\AclHelperBundle\Entity\Entry:
5959
uniqueConstraints:
6060
entry_idx:
6161
columns: [class_id, object_identity_id, field_name, ace_order]
62+
indexes:
63+
entry_indexes:
64+
columns: [class_id, object_identity_id, security_identity_id]

0 commit comments

Comments
 (0)