immich-app/immich

Prefer null values over empty strings

已關閉

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

 (2 則留言) (1 個反應) (0 位負責人)TypeScript (5,601 個分叉)batch import
good first issue

倉庫指標

星標
 (100,600 顆星)
PR 合併指標
 (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

貢獻者指南