immich-app/immich

Prefer null values over empty strings

Fechada

#28.832 aberto em 4 de jun. de 2026

 (2 comentários) (1 reação) (0 responsável)TypeScript (5.601 forks)batch import
good first issue

Métricas do repositório

Stars
 (100.600 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

The Immich API and database should store null instead of empty strings.

Columns where this is happening:

  • album.description
  • asset_exif.description
  • person.name
  • person.thumbnailPath
  • session.deviceType
  • session.deviceOS
  • user.password
  • user.profileImagePath
  • user.oauthId
  • user.name

Guia do colaborador