Skip to content

Commit c6022e7

Browse files
committed
updated down script
1 parent 1d67dd5 commit c6022e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sql/32603301_reference-5-1-0.down.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ DELETE FROM global_strategy_metadata_chart_ref_mapping WHERE chart_ref_id=(selec
22

33
DELETE FROM "public"."chart_ref" WHERE ("location" = 'reference-chart_5-1-0' AND "version" = '5.1.0');
44

5-
UPDATE "public"."chart_ref" SET "is_default" = 't' WHERE "location" = 'reference-chart_5-1-0' AND "version" = '5.1.0';
5+
UPDATE "public"."chart_ref" SET "is_default" = 't' WHERE "location" = 'deployment-chart_4-20-0' AND "version" = '4.20.0';

0 commit comments

Comments
 (0)