analytics: Remove HuddleCount for now.

Planned changes to the underlying analytics model will require potentially
complicated changes to huddle queries.
This commit is contained in:
umkay
2016-10-11 19:05:17 -07:00
committed by Tim Abbott
parent 7787b780bc
commit 721529b782
5 changed files with 35 additions and 45 deletions

View File

@@ -14,7 +14,6 @@ DELETE FROM ONLY analytics_installationcount;
DELETE FROM ONLY analytics_realmcount;
DELETE FROM ONLY analytics_usercount;
DELETE FROM ONLY analytics_streamcount;
DELETE FROM ONLY analytics_huddlecount
"""
class Command(BaseCommand):
@@ -35,4 +34,3 @@ class Command(BaseCommand):
else:
print("Would delete all data from analytics tables (!); use --force to do so.")
sys.exit(1)