only show forecast> today

celery-integration
peter.fong 10 months ago
parent c35c28707b
commit d3212bc980

@ -29,6 +29,7 @@ class Database:
AVG(wind_speed) as avg_wind_speed,
GROUP_CONCAT(DISTINCT weather_description) as descriptions
FROM weather_forecast
WHERE DATE(utc) >= DATE(NOW())
GROUP BY DATE(utc)
ORDER BY date ASC
"""

Loading…
Cancel
Save