]> git.xonotic.org Git - xonotic/xonstatdb.git/commitdiff
Adding yo dawg, just for the hell of it.
authorAnt Zucaro <azucaro@gmail.com>
Tue, 20 Mar 2012 12:44:18 +0000 (08:44 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Tue, 20 Mar 2012 12:44:18 +0000 (08:44 -0400)
scripts/dashboard_report.sql

index 43e243afd31fc355c8d26edb89804c1747ebce1d..4333f636108037cbf3989306cabbe3c29f5982df 100755 (executable)
@@ -1,4 +1,6 @@
--- count of games for the given year
+-- Yo dawg, I heard you liked stats...
+
+-- count of games for the given year
 select date_part('month', create_dt), count(*) 
 from games 
 where date_part('year', create_dt) = 2012