Fehlende Migration
Ich werde auf dem Freeman und der Hildi aufgefordert Datenmodeländerungen der 'fountain_groups' in eine Migration zu überführen. Wenn ich das bei mir lokal machen, wird die Migration in die Virtual-Enviroment geschrieben. Genauer wird die Migration in dem 'fountain_groups'-Paket der Venv abgelegt.
(vvportal) user$ python manage.py migrate
Operations to perform:
Apply all migrations: admin, auth, contenttypes, dsgvo_tool, fountain_groups, sessions, sites, urztools
Running migrations:
No migrations to apply.
Your models in app(s): 'fountain_groups' 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.
(vvportal) user$ python manage.py makemigrations
Migrations for 'fountain_groups':
/home/user/venv/vvportal/src/django-fountain-groups/fountain_groups/migrations/0002_alter_fountaingroup_id.py
- Alter field id on fountaingroup
Ich glaube hier wurde eine Migration des Paketes vergessen zu erstellen bzw. einzuchecken.