mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 17:25:35 +03:00
fix: activity types (#15368)
This commit is contained in:
@@ -9,7 +9,11 @@ select
|
||||
from
|
||||
(
|
||||
select
|
||||
*
|
||||
"id",
|
||||
"name",
|
||||
"email",
|
||||
"profileImagePath",
|
||||
"profileChangedAt"
|
||||
from
|
||||
"users"
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user