Skip to content

Commit

Permalink
feat: update cloudql init job (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi authored Jan 14, 2025
1 parent ef6fdfb commit b4d96a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/cloudql-init-job/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func JobCommand() *cobra.Command {
Port: cnf.Postgres.Port,
User: cnf.Postgres.Username,
Passwd: cnf.Postgres.Password,
DB: cnf.Postgres.DB,
DB: "integration_types",
SSLMode: cnf.Postgres.SSLMode,
}, logger.Named("postgres"))
if err != nil {
Expand Down

0 comments on commit b4d96a4

Please sign in to comment.