fix: activity types (#15368)

This commit is contained in:
Jason Rasmussen 2025-01-15 23:31:26 -05:00 committed by GitHub
parent 0ce62d8efd
commit 6ce1533117
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 75 additions and 57 deletions

View file

@ -9,7 +9,11 @@ select
from
(
select
*
"id",
"name",
"email",
"profileImagePath",
"profileChangedAt"
from
"users"
where