Mention database migrations in update docs.

This commit is contained in:
Adarnof 2017-10-05 15:06:34 -04:00
parent 86e92941df
commit 1c1dfde2c4

View File

@ -154,4 +154,6 @@ Periodically [new releases](https://github.com/allianceauth/allianceauth/release
Some releases come with changes to settings: update your project's settings with `allianceauth update /home/allianceserver/myauth`.
Some releases come with new or changed models. Update your database to reflect this with `python /home/allianceserver/myauth/manage.py migrate`.
Always restart celery and gunicorn after updating.