From: Raphaƫl Gertz Date: Sun, 13 Dec 2020 21:56:20 +0000 (+0100) Subject: Add location_date_begin_length_slot candidate index X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/1660d1b61836bdbeac1d8df0dbbefc3d82d09814 Add location_date_begin_length_slot candidate index --- diff --git a/Resources/config/doctrine/Session.orm.yml b/Resources/config/doctrine/Session.orm.yml index cccafa6..1367613 100644 --- a/Resources/config/doctrine/Session.orm.yml +++ b/Resources/config/doctrine/Session.orm.yml @@ -75,6 +75,9 @@ Rapsys\AirBundle\Entity\Session: #XXX: used in SessionRepository::findBestApplicationById(s3) application_locked_date_begin_slot_created: columns: [ application_id, locked, date, begin, slot_id, created ] + #XXX: candidated in findAllPendingDailyWeather and findAllPendingHourlyWeather + location_date_begin_length_slot: + columns: [ location_id, date, begin, length, slot_id ] # #XXX: tried for SessionRepository::findBestApplicationById(s2) # location_slot_application_locked_date_begin: # columns: [ location_id, slot_id, application_id, locked, date ]