]> Raphaël G. Git Repositories - airbundle/commitdiff
Add location_date_begin_length_slot candidate index
authorRaphaël Gertz <git@rapsys.eu>
Sun, 13 Dec 2020 21:56:20 +0000 (22:56 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 13 Dec 2020 21:56:20 +0000 (22:56 +0100)
Resources/config/doctrine/Session.orm.yml

index cccafa6fa7fdaf79a75259e26086014b21527e58..1367613b15fcb7bff6199d0fee85ae68d8b6f0ff 100644 (file)
@@ -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 ]