blob: 0268597dc638c588c2014f9d782bf85de487ab51 [file]
SELECT dayofweek(created_at) AS day, count() AS stars FROM github_events WHERE event_type = 'WatchEvent' GROUP BY day ORDER BY day