Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dehort committed Nov 14, 2024
1 parent 80f597e commit 77c121c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/migration/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
panic(err)
}

err = performDbMigration(databaseConn, logging.Log, "pathToMigrationFiles", "up")
err = performDbMigration(databaseConn, logging.Log, "/db/migrations", "up")
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 77c121c

Please sign in to comment.