fmfi-svt / anketa

Študentská anketa FMFI a iných fakúlt UK
https://anketa.uniba.sk/
Other
0 stars 1 forks source link

update: added showAllResults field #261

Closed Adman closed 5 years ago

Adman commented 5 years ago

Signed-off-by: Adrian Matejov ado.matejov@gmail.com


This change is Reviewable

Adman commented 5 years ago

Note: this change requires table Season to be altered with new column. I haven't seen any migration in codebase, so I assume we will update tables manually.

Adman commented 5 years ago

This will check table updates: anketa-foreach prod ./app/console doctrine:schema:update --dump-sql If we are happy with SQL updates we can run them on all instances by typing anketa-foreach prod ./app/console doctrine:schema:update --force