diff --git a/backend/routers/goals.py b/backend/routers/goals.py index 3b0a529..ce9eda0 100644 --- a/backend/routers/goals.py +++ b/backend/routers/goals.py @@ -1084,7 +1084,7 @@ def list_goal_type_definitions(session: dict = Depends(require_auth)): cur.execute(""" SELECT id, type_key, label_de, label_en, unit, icon, category, source_table, source_column, aggregation_method, - calculation_formula, description, is_system, is_active, + calculation_formula, filter_conditions, description, is_system, is_active, created_at, updated_at FROM goal_type_definitions WHERE is_active = true