X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/44a3b56b054637bc704b7541a4e3d38696b560e4..07ee75c0ded3f104345cf801bb6fbb1f0f9565a6:/Resources/config/doctrine/Session.orm.yml diff --git a/Resources/config/doctrine/Session.orm.yml b/Resources/config/doctrine/Session.orm.yml index 9631e93..fb1e962 100644 --- 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 ]