Closed Adman closed 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.
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
Signed-off-by: Adrian Matejov ado.matejov@gmail.com
This change is