Rapsys Git
/
airbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa750ca
)
Add date location index
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 17:53:30 +0000
(18:53 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 7 Mar 2024 17:53:30 +0000
(18:53 +0100)
Resources/config/doctrine/Session.orm.yml
patch
|
blob
|
history
diff --git
a/Resources/config/doctrine/Session.orm.yml
b/Resources/config/doctrine/Session.orm.yml
index 9631e932bcdb2d7dcb858d0d4b5b1814d87f589c..fb1e962ba00f7f5fd5eb52451995ea9c131db256 100644
(file)
--- a/
Resources/config/doctrine/Session.orm.yml
+++ b/
Resources/config/doctrine/Session.orm.yml
@@
-70,6
+70,9
@@
Rapsys\AirBundle\Entity\Session:
date_location_slot:
columns: [ date, location_id, slot_id ]
indexes:
+ #XXX: used in SessionRepository::findAllByPeriodAsCalendarArray
+ date_location:
+ columns: [ date, location_id ]
#XXX: used in SessionRepository::findAllPendingApplication
locked_date_begin_created:
columns: [ locked, date, begin, created ]