BOM Item reference field length once again #4015
-
Hi, https://github.com/SergeoLacruz/InvenTree/tree/long_reference I also changed the field length in the existing database with the sql console. Just an experiment... Questions: Are there more changes required? Unfortunately I do not have an overview and I am sure I missed something. Michael |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should not edit the old historical migration files. These should not be changed except for under very special circumstances. Instead, only edit the source file (part.models.py) and then run |
Beta Was this translation helpful? Give feedback.
You should not edit the old historical migration files. These should not be changed except for under very special circumstances.
Instead, only edit the source file (part.models.py) and then run
invoke migrate
. A new migration file will be created.