From: Raphaƫl Gertz Date: Tue, 8 Dec 2020 00:22:37 +0000 (+0100) Subject: Add score and canceled field X-Git-Tag: 0.1.5~11 X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/e10e8c1462bcbd1b4826a4199427547568197b49 Add score and canceled field --- diff --git a/Resources/config/doctrine/Application.orm.yml b/Resources/config/doctrine/Application.orm.yml index e65953d..338d0c8 100644 --- a/Resources/config/doctrine/Application.orm.yml +++ b/Resources/config/doctrine/Application.orm.yml @@ -10,9 +10,12 @@ Rapsys\AirBundle\Entity\Application: options: unsigned: true fields: -#The score computed at attribution time, the sum of all session score divided by proximity in days (1 for sun-thu, 2 for fri-sat, +1 for high temperature, *-1 for bad weather)/abs(DAY(attribution date - session.date)) -# score: -# type: float + score: + type: float + nullable: true + canceled: + type: datetime + nullable: true created: type: datetime updated: