mirror of
https://github.com/immich-app/immich.git
synced 2025-12-26 01:11:47 +03:00
feat(server): visibility column (#17939)
* feat: private view * pr feedback * sql generation * feat: visibility column * fix: set visibility value as the same as the still part after unlinked live photos * fix: test * pr feedback
This commit is contained in:
@@ -84,7 +84,7 @@ select
|
||||
"type",
|
||||
"deletedAt",
|
||||
"isFavorite",
|
||||
"isVisible",
|
||||
"visibility",
|
||||
"updateId"
|
||||
from
|
||||
"assets"
|
||||
@@ -106,7 +106,7 @@ select
|
||||
"type",
|
||||
"deletedAt",
|
||||
"isFavorite",
|
||||
"isVisible",
|
||||
"visibility",
|
||||
"updateId"
|
||||
from
|
||||
"assets"
|
||||
|
||||
Reference in New Issue
Block a user