]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/config/doctrine/Session.orm.yml
Add title on logo link
[airbundle] / Resources / config / doctrine / Session.orm.yml
index 68c611682b0e422cc69ed7224c051a5f01f01cae..a9381475e5fe7083dbf4f89484a7b8fb77fd037b 100644 (file)
@@ -18,10 +18,35 @@ Rapsys\AirBundle\Entity\Session:
         length:
             type: time
             nullable: true
-#The day score, 1 for sun-thu, 2 for fri-sat, +1 for high temperature, *-1 for bad weather
-#        score:
-#            type: smallint
-#            nullable: true
+        premium:
+            type: boolean
+        rainfall:
+            type: float
+            nullable: true
+        rainrisk:
+            type: float
+            nullable: true
+        realfeel:
+            type: float
+            nullable: true
+        realfeelmin:
+            type: float
+            nullable: true
+        realfeelmax:
+            type: float
+            nullable: true
+        temperature:
+            type: float
+            nullable: true
+        temperaturemin:
+            type: float
+            nullable: true
+        temperaturemax:
+            type: float
+            nullable: true
+        locked:
+            type: datetime
+            nullable: true
         created:
             type: datetime
         updated:
@@ -43,3 +68,6 @@ Rapsys\AirBundle\Entity\Session:
     uniqueConstraints:
         date_location_slot:
             columns: [ date, location_id, slot_id ]
+    indexes:
+        application_date_begin_slot_created:
+            columns: [ application_id, date, begin, slot_id, created ]