Skip to content

Commit

Permalink
remove extra spaces in derived_events.sql
Browse files Browse the repository at this point in the history
Co-authored-by: Mythicaeda <[email protected]>
  • Loading branch information
pranav-super and Mythicaeda authored Oct 21, 2024
1 parent dbdc696 commit 1c1523b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ from (
select
base.key,
base.derivation_group_name,
base.range as original_range,
base.range as original_range,
array_remove(array_agg(subsequent.range order by subsequent.valid_at), NULL) as subsequent_ranges,
base.valid_at
from base_ranges base
Expand Down

0 comments on commit 1c1523b

Please sign in to comment.