We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d67dd5 commit c6022e7Copy full SHA for c6022e7
scripts/sql/32603301_reference-5-1-0.down.sql
@@ -2,4 +2,4 @@ DELETE FROM global_strategy_metadata_chart_ref_mapping WHERE chart_ref_id=(selec
2
3
DELETE FROM "public"."chart_ref" WHERE ("location" = 'reference-chart_5-1-0' AND "version" = '5.1.0');
4
5
-UPDATE "public"."chart_ref" SET "is_default" = 't' WHERE "location" = 'reference-chart_5-1-0' AND "version" = '5.1.0';
+UPDATE "public"."chart_ref" SET "is_default" = 't' WHERE "location" = 'deployment-chart_4-20-0' AND "version" = '4.20.0';
0 commit comments