blob: c85f96df6fbb4e99dc22641d22d8de0458c8fe64 [file] [log] [blame]
SELECT year(created_at) AS year, count() AS stars FROM github_events WHERE type = 'WatchEvent' GROUP BY year ORDER BY year