diff --git a/Dev-Documentation/Fix-id-issues-with-postgresql.md b/Dev-Documentation/Fix-id-issues-with-postgresql.md index 3c5660c..89e2e92 100644 --- a/Dev-Documentation/Fix-id-issues-with-postgresql.md +++ b/Dev-Documentation/Fix-id-issues-with-postgresql.md @@ -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 ``` \ No newline at end of file