Skip to content

Commit a9096db

Browse files
committed
chore: add approval config sql scripts
1 parent bc75120 commit a9096db

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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 ('BASE_CONFIGURATION');
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
INSERT INTO devtron_resource_searchable_key(name, is_removed, created_on, created_by, updated_on, updated_by)
2+
VALUES ('BASE_CONFIGURATION', false, now(), 1, now(), 1);

0 commit comments

Comments
 (0)