Skip to content

Commit 827608f

Browse files
authored
migration syn with ent (#5718)
1 parent 378c2d9 commit 827608f

File tree

2 files changed

+4
-0
lines changed

2 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)