We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3804abe commit e68d6c3Copy full SHA for e68d6c3
1 file changed
services/libs/tinybird/datasources/activityRelations.datasource
@@ -47,7 +47,7 @@ SCHEMA >
47
`gitInsertions` UInt32 `json:$.record.gitInsertions` DEFAULT 0,
48
`gitDeletions` UInt32 `json:$.record.gitDeletions` DEFAULT 0,
49
`score` Int8 `json:$.record.score` DEFAULT -1,
50
- `isContribution` UInt8 `json:$.record.isContribution`,
+ `isContribution` UInt8 `json:$.record.isContribution` DEFAULT 0,
51
`pullRequestReviewState` LowCardinality(String) `json:$.record.pullRequestReviewState` DEFAULT ''
52
53
ENGINE ReplacingMergeTree
0 commit comments