Skip to content

Commit

Permalink
Fix activities report
Browse files Browse the repository at this point in the history
  • Loading branch information
yamax2 committed Jan 3, 2025
1 parent e105ff6 commit 764bd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/reports/activities.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WITH RECURSIVE info AS (
SELECT '2013-01-01'::timestamp start
SELECT (now() - '10 years'::interval)::date::timestamp start
), dates AS (
SELECT info.start FROM info
UNION ALL
Expand Down

0 comments on commit 764bd62

Please sign in to comment.