We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ace488 + 6b04acc commit c6fd252Copy full SHA for c6fd252
migrations/runner.go
@@ -46,6 +46,7 @@ func Migrate(connector database.Connector, fileProvider MigrationFileProvider) e
46
if err != nil {
47
return err
48
}
49
+ currentMigration++
50
51
return nil
52
0 commit comments