Skip to content

Commit 54a87fa

Browse files
committed
fix
1 parent 6fe1c2a commit 54a87fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/gitlab_push.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SCHEMA >
1111
`after` String `json:$.after`,
1212
`ref` String `json:$.ref`,
1313
`ref_protected` Boolean `json:$.ref_protected`,
14-
`checkout_sha` String `json:$.checkout_sha`,
14+
`checkout_sha` String `json:$.checkout_sha` DEFAULT '',
1515
`user_id` UInt32 `json:$.user_id`,
1616
`user_name` String `json:$.user_name`,
1717
`user_username` String `json:$.user_username`,

0 commit comments

Comments
 (0)