Skip to content

Commit

Permalink
Update sql/lens/magento/crux_timeseries.sql
Browse files Browse the repository at this point in the history
Co-authored-by: Max Ostapenko <[email protected]>
  • Loading branch information
tunetheweb and max-ostapenko authored Jan 14, 2025
1 parent ac0e6d5 commit f24d43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/lens/magento/crux_timeseries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ INNER JOIN (
WHERE
date >= '2010-11-15' AND
is_root_page AND
'Megento' IN UNNEST(technologies.technology)
'Magento' IN UNNEST(technologies.technology)
GROUP BY
1,
2,
Expand Down

0 comments on commit f24d43e

Please sign in to comment.