mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 09:14:58 +03:00
feat: rename schema (#19891)
This commit is contained in:
@@ -11,7 +11,7 @@ select
|
||||
"data",
|
||||
"readAt"
|
||||
from
|
||||
"notifications"
|
||||
"notification"
|
||||
where
|
||||
"userId" = $1
|
||||
and "deletedAt" is null
|
||||
@@ -29,7 +29,7 @@ select
|
||||
"data",
|
||||
"readAt"
|
||||
from
|
||||
"notifications"
|
||||
"notification"
|
||||
where
|
||||
(
|
||||
"userId" = $1
|
||||
|
||||
Reference in New Issue
Block a user