-
Notifications
You must be signed in to change notification settings - Fork 558
misc: PR to compare the rollout chart changes for 5.1.1 #6875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
|
||
| -- 2. Remove the chart reference (Parent) | ||
| DELETE FROM "public"."chart_ref" | ||
| WHERE "version" = '5.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version should be '5.1.1'
| -- 2. Remove the chart reference (Parent) | ||
| DELETE FROM "public"."chart_ref" | ||
| WHERE "version" = '5.1.0' | ||
| AND "location" = 'reference-chart_5-1-0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
location as well
| WHERE chart_ref_id IN ( | ||
| SELECT id | ||
| FROM "public"."chart_ref" | ||
| WHERE "version" = '5.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version and location



Description
Fixes #
Checklist:
Does this PR introduce a user-facing change?
Summary by Bito