mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 11:33:51 +00:00 
			
		
		
		
	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:
		| @@ -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) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user