blob: 5a6e3d5d3a1d74105810164e13717e59269950bd [file]
SELECT year(created_at) AS year, count() AS stars FROM github_events WHERE event_type = 'WatchEvent' GROUP BY year ORDER BY year