We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9470bc9 commit 764b52eCopy full SHA for 764b52e
docs/services/extras.md
@@ -18,7 +18,7 @@ To reset the Postgres database by dropping and recreating the `riven` table, you
18
Make sure you have the postgres container running, and you should `docker stop riven` before running the following commands.
19
20
```bash
21
- docker exec -it postgres psql -U postgres -c "DROP TABLE IF EXISTS riven;"
+ docker exec -it postgres psql -U postgres -c "DROP DATABASE IF EXISTS riven;"
22
docker exec -it postgres psql -U postgres -c "CREATE DATABASE riven;"
23
```
24
0 commit comments