mirror of https://github.com/status-im/migrate.git
commit
33aebee975
|
@ -15,9 +15,11 @@ migrate -url postgres://user@host:port/database -path ./db/migrations up
|
||||||
migrate help # for more info
|
migrate help # for more info
|
||||||
|
|
||||||
# TODO(mattes): thinking about adding some custom flag to allow migration within schemas:
|
# 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
|
## Authors
|
||||||
|
|
||||||
* Matthias Kadenbach, https://github.com/mattes
|
* Matthias Kadenbach, https://github.com/mattes
|
||||||
|
|
Loading…
Reference in New Issue