r2024.03.06-384
* Remove `add_percentage`, calculate percentages in clickhouse queries This simplifies querying logic and avoids doing extra queries and avoids race conditions. * Remove special none handling from breakdowns, handling percentages correctly * Add (failing) test showing expected add_percentage behavior for user making multiple sessions * Update add_percentage behavior to use separate subqueries