mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: activity types (#15368)
This commit is contained in:
parent
0ce62d8efd
commit
6ce1533117
15 changed files with 75 additions and 57 deletions
|
|
@ -9,7 +9,11 @@ select
|
|||
from
|
||||
(
|
||||
select
|
||||
*
|
||||
"id",
|
||||
"name",
|
||||
"email",
|
||||
"profileImagePath",
|
||||
"profileChangedAt"
|
||||
from
|
||||
"users"
|
||||
where
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue