fix: Remove g.direction from SELECT - column does not exist
All checks were successful
Deploy Development / deploy (push) Successful in 51s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 13s

This commit is contained in:
Lars 2026-03-27 17:08:30 +01:00
parent 495f218f9a
commit 0a1da37197

View File

@ -669,7 +669,7 @@ def get_goals_grouped(session: dict = Depends(require_auth)):
g.id, g.goal_type, g.target_value, g.current_value, g.start_value, g.id, g.goal_type, g.target_value, g.current_value, g.start_value,
g.unit, g.target_date, g.status, g.is_primary, g.category, g.priority, g.unit, g.target_date, g.status, g.is_primary, g.category, g.priority,
g.name, g.description, g.progress_pct, g.on_track, g.projection_date, g.name, g.description, g.progress_pct, g.on_track, g.projection_date,
g.created_at, g.updated_at, g.direction, g.created_at, g.updated_at,
gt.label_de, gt.icon, gt.category as type_category, gt.label_de, gt.icon, gt.category as type_category,
gt.source_table, gt.source_column gt.source_table, gt.source_column
FROM goals g FROM goals g