Skip to content

Commit 955b7a6

Browse files
committed
fix
1 parent a6e5569 commit 955b7a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/gitlab_work_item.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SCHEMA >
1717
`assignees` Array(JSON) `json:$.assignees` DEFAULT '[]',
1818
`assignee` JSON `json:$.assignee` DEFAULT '{}',
1919
`labels` Array(JSON) `json:$.labels` DEFAULT '[]',
20-
`changes` JSON `json:$.changes` DEFAULT '{}',
20+
`changes` JSON `json:$.changes` DEFAULT '{}'
2121

2222
ENGINE "MergeTree"
2323
ENGINE_SORTING_KEY "project_id, repository_name, user_id"

0 commit comments

Comments
 (0)