Skip to content

Commit 28f357f

Browse files
committed
fix: add default value to advisoryAffectedRanges deletedAt (CM-1258)
Signed-off-by: Uroš Marolt <uros@marolt.me>
1 parent a580ec2 commit 28f357f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/datasources/advisoryAffectedRanges.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SCHEMA >
2222
`unaffectedRaw` String `json:$.record.unaffected_raw` DEFAULT '',
2323
`createdAt` DateTime64(3) `json:$.record.created_at`,
2424
`updatedAt` DateTime64(3) `json:$.record.updated_at`,
25-
`deletedAt` Nullable(DateTime64(3)) `json:$.record.deleted_at`
25+
`deletedAt` Nullable(DateTime64(3)) `json:$.record.deleted_at` DEFAULT NULL
2626

2727
ENGINE ReplacingMergeTree
2828
ENGINE_PARTITION_KEY toYear(createdAt)

0 commit comments

Comments
 (0)