immich-app/immich

Prefer null values over empty strings

Open

#28.832 aperta il 4 giu 2026

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)TypeScript (5601 fork)batch import
good first issue

Metriche repository

Star
 (100.600 star)
Metriche merge PR
 (Merge medio 5g 3h) (258 PR mergiate in 30 g)

Descrizione

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

Guida contributor