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 9ab57a2 commit 53c01e6Copy full SHA for 53c01e6
scripts/sql/40_chart_ref.up.sql
@@ -2,4 +2,5 @@ UPDATE chart_ref SET is_default=false;
2
INSERT INTO "public"."chart_ref" ("location", "version", "is_default", "active", "created_on", "created_by", "updated_on", "updated_by", "name") VALUES
3
('cronjob-chart_1-3-0', '1.3.0', 'f', 't', 'now()', 1, 'now()', 1, 'Cron Job & Job');
4
5
+UPDATE "public"."chart_ref" SET "is_default" = 't' WHERE "location" = 'reference-chart_4-11-0' AND "version" = '4.11.0';
6
UPDATE chart_ref SET name = replace(name, 'Cron Job & Job', 'CronJob & Job');
0 commit comments