You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usually ./manage.py makemigrations on the master branch should not be creating any new migration files. I realised that is not the case, and we are missing 'has_siblingsfield frommeasurements` table.
Update: that field is not really missing, only its help_text (a description of what the field is) has been updated and that's why the command create another migration file.
The text was updated successfully, but these errors were encountered:
usually
./manage.py makemigrations
on the master branch should not be creating any new migration files. I realised that is not the case,and we are missing 'has_siblings.field from
measurements` tableUpdate: that field is not really missing, only its
help_text
(a description of what the field is) has been updated and that's why the command create another migration file.The text was updated successfully, but these errors were encountered: