Skip to content

Commit fb2e91f

Browse files
authored
Merge branch 'main' into bugfix/merges
2 parents fc3754e + 6b0cc88 commit fb2e91f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/datasources/activityRelations.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ SCHEMA >
4747
`gitInsertions` UInt32 `json:$.record.gitInsertions` DEFAULT 0,
4848
`gitDeletions` UInt32 `json:$.record.gitDeletions` DEFAULT 0,
4949
`score` Int8 `json:$.record.score` DEFAULT -1,
50-
`isContribution` UInt8 `json:$.record.isContribution`,
50+
`isContribution` UInt8 `json:$.record.isContribution` DEFAULT 0,
5151
`pullRequestReviewState` LowCardinality(String) `json:$.record.pullRequestReviewState` DEFAULT ''
5252

5353
ENGINE ReplacingMergeTree

0 commit comments

Comments
 (0)