feat!: absolute file paths (#19995)

feat: absolute file paths
This commit is contained in:
Jason Rasmussen 2025-07-18 10:57:29 -04:00 committed by GitHub
parent f32d4f15b6
commit 493d85b021
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 689 additions and 257 deletions

View file

@ -78,6 +78,17 @@ where
"user"."isAdmin" = $1
and "user"."deletedAt" is null
-- UserRepository.getFileSamples
select
"id",
"profileImagePath"
from
"user"
where
"profileImagePath" != ''
limit
3
-- UserRepository.hasAdmin
select
"user"."id"