added missing migrations

This commit is contained in:
Tim Lorsbach
2025-11-11 15:24:09 +01:00
parent 393ec72523
commit 2a3e418f5b
3 changed files with 44 additions and 5 deletions

View File

@ -105,11 +105,6 @@ jobs:
until pg_isready -h postgres -U postgres; do sleep 2; done
# until redis-cli -h redis ping; do sleep 2; done
- name: Make Django Migrations
run: |
source .venv/bin/activate
python manage.py makemigrations --noinput
- name: Run Django Migrations
run: |
source .venv/bin/activate