savoirfairelinux / sous-chef

Sous-Chef is a web application to help organizations to plan and deliver meals, and to manage clients files.
GNU Affero General Public License v3.0
67 stars 45 forks source link

Missing migration in member models. #791

Closed erozqba closed 7 years ago

erozqba commented 7 years ago

Expected Behaviour

All models changes are reflected in migrations that are applied.

Actual Behaviour

Your models have changes that are not yet reflected in a migration, and so won't be applied. Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.

Steps to reproduce

erozqba commented 7 years ago

I have tracked the problem and I believe that we forgot to add the migration in the commit 8eff5fb1468e47de0f611c31a30ce393a7261aa7 New: member.Relationship model, combining referents and emergency contacts. Closes #740