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 0b2af07 commit 36e53c6Copy full SHA for 36e53c6
docs/services/extras.md
@@ -19,7 +19,7 @@ To reset the Postgres database by dropping and recreating the `riven` table, you
19
20
```bash
21
docker exec -it postgres psql -U postgres -c "DROP TABLE IF EXISTS riven;"
22
- docker exec -it postgres psql -U postgres -c "CREATE DATABASE riven_db;"
+ docker exec -it postgres psql -U postgres -c "CREATE DATABASE riven;"
23
```
24
25
=== "Env Variable"
0 commit comments