mirror of
https://github.com/seerr-team/seerr.git
synced 2026-04-19 23:08:17 -04:00
fix: quote columns
This commit is contained in:
@@ -544,7 +544,7 @@ settingsRoutes.post(
|
||||
.set({
|
||||
userType: useEmby ? UserType.EMBY : UserType.JELLYFIN,
|
||||
})
|
||||
.where('"user".jellyfinUserId IS NOT NULL')
|
||||
.where('"user"."jellyfinUserId" IS NOT NULL')
|
||||
.execute();
|
||||
await getRepository(Media)
|
||||
.createQueryBuilder()
|
||||
|
||||
Reference in New Issue
Block a user