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

贡献者指南