Skip to content

Commit 8ccb703

Browse files
committed
fix script for oss
1 parent 68b93fc commit 8ccb703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/sql/12_gitlab_webhook.up.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ALTER TABLE git_host_webhook_event ADD COLUMN IF NOT EXISTS git_host_name varcha
1717

1818
INSERT INTO git_host_webhook_event (git_host_name, name, event_types_csv,
1919
action_type, is_active, created_on)
20-
VALUES ('Gitlab_Devtron' 'Pull Request', 'Merge Request Hook', 'non-merged','t', NOW()),
20+
VALUES ('Gitlab_Devtron', 'Pull Request', 'Merge Request Hook', 'non-merged','t', NOW()),
2121
('Gitlab_Devtron', 'Tag Creation', 'Tag Push Hook', 'merged','t', NOW());
2222

2323
INSERT INTO git_host_webhook_event_selectors

0 commit comments

Comments
 (0)