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 2a6b060 commit 969281dCopy full SHA for 969281d
scripts/sql/33503700_gpu_workload_chart.down.sql
@@ -1,3 +1,5 @@
1
DELETE FROM global_strategy_metadata_chart_ref_mapping WHERE chart_ref_id=(select id from chart_ref where version='4.21.0' and name='GPU-Workload');
2
3
-DELETE FROM "public"."chart_ref" WHERE ("location" = 'gpu-workload-4-21-0' AND "version" = '4.21.0');
+DELETE FROM "public"."chart_ref" WHERE ("location" = 'gpu-workload-4-21-0' AND "version" = '4.21.0');
4
+
5
+DELETE FROM chart_ref_metadata WHERE chart_name like 'GPU-Workload';
0 commit comments