From 1660d1b61836bdbeac1d8df0dbbefc3d82d09814 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 13 Dec 2020 22:56:20 +0100 Subject: [PATCH] Add location_date_begin_length_slot candidate index --- Resources/config/doctrine/Session.orm.yml | 3 +++ 1 file changed, 3 insertions(+) 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 ] -- 2.41.0