Skip to content

Commit

Permalink
chore: synchronize workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 31, 2024
1 parent 1b9257d commit 37603f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions popx/match.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ func ParseMigrationFilename(filename string) (*Match, error) {
}

match := &Match{
Version: m[1], //
Name: m[2], //
DBType: dbType, // 3
Version: m[1],
Name: m[2],
DBType: dbType,
Autocommit: autocommit,
Direction: m[5], //
Type: m[6], //
Direction: m[5],
Type: m[6],
}

return match, nil
Expand Down

0 comments on commit 37603f4

Please sign in to comment.