2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-02 03:30:54 +00:00

Restart migrations

- Easier to delete all the migrations and start again :'(
This commit is contained in:
Oliver Walters
2019-05-19 00:11:41 +10:00
parent a8846dc515
commit 9ddedc6915
73 changed files with 224 additions and 1609 deletions

View File

@ -22,7 +22,6 @@ from InvenTree import helpers
from InvenTree.models import InvenTreeTree
from part.models import Part
from company.models import SupplierPart
class StockLocation(InvenTreeTree):