Skip to content

Commit

Permalink
Actual location of migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-crespo-fdc committed Apr 22, 2024
1 parent d0c0c58 commit 3a89d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cd-service/pkg/cmd/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func RunServer() {
logger.FromContext(ctx).Warn("Connection to DB established.")

db.Close()
migErr := info.RunDBMigrations("/kp/database/")
migErr := info.RunDBMigrations("/kp/database/migrations")
if migErr != nil {
logger.FromContext(ctx).Fatal("Error running database migrations", zap.Error(migErr))
}
Expand Down

0 comments on commit 3a89d0b

Please sign in to comment.