Skip to content

Commit 319a141

Browse files
committed
Merge branch 'develop-oss' into vulnerability-grouping
2 parents 5361a8d + 095d81c commit 319a141

10 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DELETE from devtron_resource_searchable_key ds where ds."name" in ('CHART_NAME');
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
INSERT INTO devtron_resource_searchable_key(name, is_removed, created_on, created_by, updated_on, updated_by)
3+
VALUES ('CHART_NAME', false, now(), 1, now(), 1);

0 commit comments

Comments
 (0)