switches to 90 days

This commit is contained in:
Bryce Covert
2023-01-06 17:22:45 -08:00
parent e0ca794254
commit 7c0004d7bd
2 changed files with 1 additions and 2 deletions

View File

@@ -359,7 +359,7 @@
:in $
:where
[?charge :charge/date ?date]
[(ground (clj-time.coerce/to-date (clj-time.core/minus (auto-ap.time/local-now) (clj-time.core/days 50)))) ?min-d]
[(ground (clj-time.coerce/to-date (clj-time.core/minus (auto-ap.time/local-now) (clj-time.core/days 90)))) ?min-d]
[(>= ?date ?min-d)]
[?charge :charge/client ?c]
[?c :client/code \"%s\"]