Skip to content

Commit

Permalink
Merge branch 'develop-oss' into vulnerability-grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
gireesh-naidu committed Aug 23, 2024
2 parents 5361a8d + 095d81c commit 319a141
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DELETE from devtron_resource_searchable_key ds where ds."name" in ('CHART_NAME');
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

INSERT INTO devtron_resource_searchable_key(name, is_removed, created_on, created_by, updated_on, updated_by)
VALUES ('CHART_NAME', false, now(), 1, now(), 1);
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 319a141

Please sign in to comment.