Skip to content

Commit 36e53c6

Browse files
committed
fix: fix db table name in reset
1 parent 0b2af07 commit 36e53c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/services/extras.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To reset the Postgres database by dropping and recreating the `riven` table, you
1919

2020
```bash
2121
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;"
22+
docker exec -it postgres psql -U postgres -c "CREATE DATABASE riven;"
2323
```
2424

2525
=== "Env Variable"

0 commit comments

Comments
 (0)