From 193cc1fdc346fa8bb81f737beebe0229e5e4091b Mon Sep 17 00:00:00 2001 From: klafyvel Date: Sun, 5 Aug 2018 12:08:44 +0200 Subject: [PATCH] Update Fix id issues with postgresql --- Dev-Documentation/Fix-id-issues-with-postgresql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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