mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-13 00:20:04 +01:00
Add additional tests for postgres driver
This commit is contained in:
parent
c6aba53e51
commit
e87dd1e608
5 changed files with 164 additions and 37 deletions
|
|
@ -193,7 +193,7 @@ func MigrateCommand(ctx *cli.Context) error {
|
|||
|
||||
for filename := range available {
|
||||
ver := migrationVersion(filename)
|
||||
if _, ok := applied[ver]; ok {
|
||||
if ok := applied[ver]; ok {
|
||||
// migration already applied
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue