Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6080394 commit 2f6ea8bCopy full SHA for 2f6ea8b
coderd/database/queries/insights.sql
@@ -89,7 +89,7 @@ WITH app_stats_by_user_and_agent AS (
89
-- for the longer intervals.
90
CROSS JOIN LATERAL generate_series(
91
date_trunc('minute', was.session_started_at),
92
- -- Subtract 1ms to avoid creating an extra serie.
+ -- Subtract 1ms to avoid creating an extra series.
93
date_trunc('minute', was.session_ended_at - '1 ms'::interval),
94
'1 minute'::interval
95
) s(start_time)
0 commit comments