Skip to content

Commit

Permalink
Merge branch 'main' into gh-4
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenetriguba authored Aug 17, 2024
2 parents f70837e + fb63cf7 commit 1a09730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $ touch bolt.toml
```toml
[database]
host = "localhost"
port = 5432
port = "5432"
user = "bolt_user"
password = "bolt_password"
dbname = "bolt_tutorial_db"
Expand Down Expand Up @@ -367,7 +367,7 @@ up [-version|-v]:
#### `bolt down`

```bash
$ bolt help up
$ bolt help down
down [-version|-v]:
Downgrade migrations against the database
-v string
Expand Down

0 comments on commit 1a09730

Please sign in to comment.