immich-app/immich

Prefer null values over empty strings

Open

#28.832 geöffnet am 4. Juni 2026

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)TypeScript (5.601 Forks)batch import
good first issue

Repository-Metriken

Stars
 (100.600 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 3h) (258 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide