Skip to content

Commit f4aaa8b

Browse files
committed
chore: cleanup
1 parent 8564670 commit f4aaa8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/repository/sqlcv1/olap.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1581,7 +1581,7 @@ WITH runs AS (
15811581
t.input AS input,
15821582
t.additional_metadata AS additional_metadata,
15831583
t.workflow_version_id AS workflow_version_id,
1584-
NULL::uuid AS parent_task_external_id
1584+
NULL::UUID AS parent_task_external_id
15851585
FROM
15861586
v1_lookup_table_olap lt
15871587
JOIN

pkg/repository/sqlcv1/olap.sql.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)