Skip to content

Commit

Permalink
Revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
ifoukarakis committed Nov 26, 2024
1 parent aa3e776 commit 0b6da13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/db/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def feedback(ctx: click.Context, url: str, channel: str):
, geolocated_country_name
FROM "REPORTS_DOCS".rpt_docs_feedback
WHERE
timestamp::date >= current_date() - 14 AND timestamp::date <= current_date() - 1
timestamp::date >= current_date() - 7 AND timestamp::date <= current_date() - 1
ORDER BY timestamp DESC
''',
['Date', 'Feedback', 'Rating', 'Path', 'Browser', 'OS', 'Country'],
Expand Down

0 comments on commit 0b6da13

Please sign in to comment.