X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/airbundle/blobdiff_plain/f110b8ba20232e0ceeb67390f8e672431868d32d..3ed879e9cdc0970a13b44300263a30ff426c886b:/Resources/config/doctrine/Session.orm.yml

diff --git a/Resources/config/doctrine/Session.orm.yml b/Resources/config/doctrine/Session.orm.yml
index 9c89adb..68c6116 100644
--- a/Resources/config/doctrine/Session.orm.yml
+++ b/Resources/config/doctrine/Session.orm.yml
@@ -15,9 +15,13 @@ Rapsys\AirBundle\Entity\Session:
         begin:
             type: time
             nullable: true
-        end:
+        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
         created:
             type: datetime
         updated: