mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
b7df62d4f55201ded3a689b5a358cd43d099c69a
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; ```
Chill framework
Documentation of the Chill software.
The online documentation can be found at http://docs.chill.social
See the docs
directory for more.
Languages
PHP
77.8%
Twig
10.2%
Vue
7.2%
JavaScript
2.9%
TypeScript
1.1%
Other
0.8%