immich-app/immich

Prefer null values over empty strings

Open

#28,832 opened on 2026年6月4日

GitHub で見る
 (2 comments) (1 reaction) (0 assignees)TypeScript (5,601 forks)batch import
good first issue

Repository metrics

Stars
 (100,600 stars)
PR merge metrics
 (平均マージ 5d 3h) (30d で 258 merged PRs)

説明

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

コントリビューターガイド