@ -7,5 +7,5 @@ python3 manage.py sqlsequencereset application
Where `application` is the application you want to fix. Thus, you can directly fix the issue with :
```bash
python3 manage.py sqlsequencereset cotisations | python3 manage.py dbshell
python3 manage.py sqlsequencereset application | python3 manage.py dbshell
```