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/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