Skip to content

Commit 465b2a6

Browse files
authored
A couple tiny fixes for the changelog (#1298)
Tiny fixes for the changelog related to the v0.40.0. Just noticed them as I was copying content into the GitHub release.
1 parent cd033be commit 465b2a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ go install github.com/riverqueue/river/cmd/river@latest
2626
river migrate-up --database-url "$DATABASE_URL"
2727
```
2828

29-
If not using River's internal migration system, the raw SQL can alternatively be dumped with:
29+
If not using River's internal migration system, the raw SQL can alternatively be dumped with (or change `--database-url` to a Postgres URI for Postgres versions):
3030

3131
```shell
3232
go install github.com/riverqueue/river/cmd/river@latest
33-
river migrate-get --database-url sqlite:// --version 6 --up > river7.up.sql
34-
river migrate-get --database-url sqlite:// --version 6 --down > river7.down.sql
33+
river migrate-get --database-url sqlite:// --version 7 --up > river7.up.sql
34+
river migrate-get --database-url sqlite:// --version 7 --down > river7.down.sql
3535
```
3636

3737
### Added

0 commit comments

Comments
 (0)