diff --git a/Makefile b/Makefile index 4e809701e8..69419db9e8 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,11 @@ test: migrate: python InvenTree/manage.py makemigrations part - python InvenTree/manage.py makemigrations project + python InvenTree/manage.py makemigrations bom + # python InvenTree/manage.py makemigrations project python InvenTree/manage.py makemigrations stock python InvenTree/manage.py makemigrations supplier - python InvenTree/manage.py makemigrations track + # python InvenTree/manage.py makemigrations track python InvenTree/manage.py migrate --run-syncdb python InvenTree/manage.py check