Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco committed Oct 31, 2024
1 parent 454dcf5 commit c9c2091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/04-api/100-migrating-in-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func main() {

err = amigo.NewAmigo(amigoctx.NewContext().WithDSN(dsn)).RunMigrations(amigo.RunMigrationParams{
DB: db,
Direction: types.MigrationDirectionDown,
Direction: types.MigrationDirectionUp,
Migrations: migrations.Migrations,
LogOutput: os.Stdout,
})
Expand Down

0 comments on commit c9c2091

Please sign in to comment.