2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Moved tracking information to StockItem

This commit is contained in:
Oliver
2018-04-16 20:08:04 +10:00
parent f7eff8ae98
commit 76ee150ca4
31 changed files with 167 additions and 640 deletions

View File

@ -18,7 +18,6 @@ migrate:
python InvenTree/manage.py makemigrations part
python InvenTree/manage.py makemigrations stock
python InvenTree/manage.py makemigrations supplier
python InvenTree/manage.py makemigrations track
python InvenTree/manage.py migrate --run-syncdb
python InvenTree/manage.py check