Skip to content

Commit d13c936

Browse files
Update 34604602_reference-5-1-1.down.sql
1 parent 84e678f commit d13c936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/sql/34604602_reference-5-1-1.down.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ DELETE FROM global_strategy_metadata_chart_ref_mapping
22
WHERE chart_ref_id IN (
33
SELECT id
44
FROM "public"."chart_ref"
5-
WHERE "version" = '5.1.0'
6-
AND "location" = 'reference-chart_5-1-0'
5+
WHERE "version" = '5.1.1'
6+
AND "location" = 'reference-chart_5-1-1'
77
AND "name" = 'Rollout Deployment'
88
)
99
AND global_strategy_metadata_id IN (1, 2, 3, 4);
@@ -12,4 +12,4 @@ AND global_strategy_metadata_id IN (1, 2, 3, 4);
1212
DELETE FROM "public"."chart_ref"
1313
WHERE "version" = '5.1.0'
1414
AND "location" = 'reference-chart_5-1-0'
15-
AND "name" = 'Rollout Deployment';
15+
AND "name" = 'Rollout Deployment';

0 commit comments

Comments
 (0)