2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Don't force backup step as part of **make update

This commit is contained in:
Oliver Walters
2020-02-02 18:05:50 +11:00
parent a022b8223e
commit 38be1fc696
2 changed files with 2 additions and 2 deletions

View File

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