Update Fix id issues with postgresql

master
klafyvel 8 years ago
parent
commit
193cc1fdc3
  1. 2
      Dev-Documentation/Fix-id-issues-with-postgresql.md

2
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
```
Loading…
Cancel
Save