only show notifications from last 2 weeks
All checks were successful
CI/CD Pipeline / test (push) Successful in 11m35s
CI/CD Pipeline / deploy-staging (push) Successful in 5m38s
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
2024-04-08 20:25:13 +02:00
parent 64d32e2688
commit 39d410b050
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ WHERE
user_id = ?
AND (
read_at IS NULL
OR read_at >= datetime('now', '-30 days')
OR read_at >= datetime('now', '-14 days')
)
ORDER BY read_at DESC, created_at DESC;
",