2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 18:45:40 +00:00

Ensure that required packages are installed when performing update step

This commit is contained in:
Oliver Walters
2019-09-09 14:14:38 +10:00
parent f5e34bef7e
commit da5f2338eb
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ clean:
rm -rf .tox
rm -f .coverage
update: backup migrate
update: backup install migrate
# Perform database migrations (after schema changes are made)
migrate: