immich-app/immich

Prefer null values over empty strings

Open

#28,832 建立於 2026年6月4日

在 GitHub 查看
 (2 留言) (1 反應) (0 負責人)TypeScript (5,601 fork)batch import
good first issue

倉庫指標

Star
 (100,600 star)
PR 合併指標
 (平均合併 5天 3小時) (30 天內合併 258 個 PR)

描述

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

貢獻者指南