This commit is contained in:
mattes 2014-08-11 05:04:14 +02:00
parent a2af1abb3a
commit 6a2eaa2dee

View File

@ -58,7 +58,7 @@ See http://godoc.org/github.com/mattes/migrate/migrate
import "github.com/mattes/migrate/migrate"
migrate.Up(postgres://user@host:port/database, "./db/migrations")
migrate.Up("postgres://user@host:port/database", "./db/migrations")
// ...
// ...
```