mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
Originally, all the client names in populate_analytics_db started with underscores to make it easy to selectively delete and regenerate them when re-running populate_analytics_db. We eventually want to merge populate_analytics_db into populate_db though, in which case it makes more sense for them to share client names, and not worry about the case where we run (or re-run) populate_analytics_db independently of populate_db.