Julien Fastré b7df62d4f5
[export] use a rolling date on age aggregator (Person)
This query allow to detects the saved export which won't work any more:

```sql
select
s.id, user_id, description, title, u.label
from chill_main_saved_export s join users u on u.id = s.user_id
WHERE
options->'export'->'export'->'aggregators'->'person_age_aggregator'->'enabled' is not null;
```
2023-06-29 23:15:15 +02:00
..
2023-06-12 18:03:39 +02:00
2023-06-18 21:44:10 +02:00
2023-06-19 21:02:19 +02:00
2023-06-26 14:27:07 +02:00
2023-06-27 18:46:04 +02:00