Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Add gender stats
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Mar 17, 2024
1 parent c79c3ac commit 890ffbe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tm_admin/users/user_stats.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@
- int32
- date_registered:
- timestamp

- genderstats:
- male:
- int32
- female:
- int32
- prefer_not:
- int32
- self_describe:
- int32

0 comments on commit 890ffbe

Please sign in to comment.