Merge pull request #129 from mattes/mattes-docs-1

Update README.md
This commit is contained in:
Matthias Kadenbach 2016-12-21 20:14:05 -08:00 committed by GitHub
commit 33aebee975
1 changed files with 4 additions and 2 deletions

View File

@ -15,9 +15,11 @@ migrate -url postgres://user@host:port/database -path ./db/migrations up
migrate help # for more info
# TODO(mattes): thinking about adding some custom flag to allow migration within schemas:
-url="postgres://user@host:port/database?schema=name"
-url="postgres://user@host:port/database?schema=name"
# see more docs: https://godoc.org/github.com/lib/pq#hdr-Connection_String_Parameters
```
## Authors
* Matthias Kadenbach, https://github.com/mattes
* Matthias Kadenbach, https://github.com/mattes