X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/aa750ca8852817fd46b2b3963a77e4586637b65f..f1d9cc59cfc96d5ee76e48d7a9569bb329cad501:/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 ]