immich-app/immich

Prefer null values over empty strings

Open

#28 832 ouverte le 4 juin 2026

Voir sur GitHub
 (2 commentaires) (1 réaction) (0 assignés)TypeScript (5 601 forks)batch import
good first issue

Métriques du dépôt

Stars
 (100 600 stars)
Métriques de merge PR
 (Merge moyen 5j 3h) (258 PRs mergées en 30 j)

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

Guide contributeur