Skip to content

Commit

Permalink
Fixes 4897: rhsm_environment_created reset after updating template
Browse files Browse the repository at this point in the history
  • Loading branch information
xbhouse committed Oct 25, 2024
1 parent e2065d0 commit 1ed5a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dao/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ func (t templateDaoImpl) SetEnvironmentCreated(ctx context.Context, templateUUID
result := t.db.WithContext(ctx).Exec(`
UPDATE templates
SET rhsm_environment_created = true
AND uuid = ?`,
WHERE uuid = ?`,
templateUUID,
)

Expand Down

0 comments on commit 1ed5a81

Please sign in to comment.