Skip to content

Commit 7a75851

Browse files
authored
fix: git provider webhook bug fix (devtron-labs#1573)
* updated script for git_provider webhook bug * fixed down.sql * updated script no. * review change
1 parent 3e35f96 commit 7a75851

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE git_provider
2+
SET git_host_id=NULL
3+
WHERE id = 1;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
UPDATE git_provider
2+
SET git_host_id=1
3+
WHERE id = 1
4+
and git_host_id IS NULL;

0 commit comments

Comments
 (0)