immich-app/immich

Prefer null values over empty strings

クローズ

#28,832 opened on 2026/06/04

 (2 件のコメント) (1 件のリアクション) (0 人の担当者)TypeScript (5,601 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (100,600 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

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