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
2021-11-23 14:05:45 +01:00
2022-01-12 22:06:47 +01:00
2021-04-20 17:20:57 +02:00
2021-03-25 17:43:44 +01:00
2023-06-27 18:46:04 +02:00
2022-05-05 07:13:53 +02:00
2021-11-23 14:05:45 +01:00
2023-02-07 23:49:56 +01:00
2023-02-04 01:19:34 +01:00
2021-05-04 14:49:36 +02:00
2023-06-05 18:03:54 +02:00

Chill framework

Documentation of the Chill software.

The online documentation can be found at http://docs.chill.social

See the docs directory for more.

Description
Miroir de chill-bundles
Readme AGPL-3.0 59 MiB
Languages
PHP 77.3%
Twig 10.4%
Vue 7.4%
JavaScript 3.1%
TypeScript 1%
Other 0.8%