update dependencies
This commit is contained in:
parent
fce1b99683
commit
397e9c0842
164 changed files with 5207 additions and 2213 deletions
1
vendor/github.com/go-pg/migrations/.travis.yml
generated
vendored
1
vendor/github.com/go-pg/migrations/.travis.yml
generated
vendored
|
|
@ -10,6 +10,7 @@ addons:
|
|||
go:
|
||||
- 1.7
|
||||
- 1.8
|
||||
- 1.9
|
||||
- tip
|
||||
|
||||
matrix:
|
||||
|
|
|
|||
1
vendor/github.com/go-pg/migrations/README.md
generated
vendored
1
vendor/github.com/go-pg/migrations/README.md
generated
vendored
|
|
@ -1,5 +1,6 @@
|
|||
# SQL migrations for Golang and PostgreSQL
|
||||
|
||||
[](https://travis-ci.org/go-pg/migrations)
|
||||
[](https://godoc.org/github.com/go-pg/migrations)
|
||||
|
||||
This package allows you to run migrations on your PostgreSQL database using [Golang Postgres client](https://github.com/go-pg/pg). See [example](example) for details.
|
||||
|
|
|
|||
1
vendor/github.com/go-pg/migrations/migrations.go
generated
vendored
1
vendor/github.com/go-pg/migrations/migrations.go
generated
vendored
|
|
@ -80,6 +80,7 @@ func RunMigrations(db DB, migrations []Migration, a ...string) (oldVersion, newV
|
|||
if err != nil {
|
||||
return
|
||||
}
|
||||
newVersion = oldVersion
|
||||
|
||||
switch cmd {
|
||||
case "create":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue