Skip to content

Commit

Permalink
Merge pull request #89 from HaraldNordgren/improve_documentation
Browse files Browse the repository at this point in the history
Document that '-source' is a required parameter
  • Loading branch information
dhui committed Aug 7, 2018
2 parents 3bd43be + a6eddcc commit 251bf76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ __[CLI Documentation](cli)__
### Basic usage:

```
$ migrate -database postgres://localhost:5432/database up 2
$ migrate -source file://path/to/migrations -database postgres://localhost:5432/database up 2
```

### Docker usage
Expand Down
2 changes: 1 addition & 1 deletion cli/README.md
Expand Up @@ -78,7 +78,7 @@ Commands:
So let's say you want to run the first two migrations

```
$ migrate -database postgres://localhost:5432/database up 2
$ migrate -source file://path/to/migrations -database postgres://localhost:5432/database up 2
```

If your migrations are hosted on github
Expand Down

0 comments on commit 251bf76

Please sign in to comment.