mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
* feat: add playbackStyle to local asset entity and related database schema * implement conversion function for playbackStyle in local sync service * implement conversion function for playbackStyle in local sync service * refactor: remove deducedPlaybackStyle from TrashedLocalAssetEntityData * add playbackStyle column to trashed local asset entity * make playbackStyle non-nullable across the mobile codebase * Streamline playbackStyle backfill: - only backfill local assets playbackStyle in flutter/dart code - only update trashed local assets in db migration * bump target database version to 23 and update migration logic for playbackStyle * set playback_style to 0 in merged_asset.drift as its a getter in base asset * run make pigeon * Populate playbackStyle for trashed assets during native migration |
||
|---|---|---|
| .. | ||
| schema.dart | ||
| schema_v1.dart | ||
| schema_v2.dart | ||
| schema_v3.dart | ||
| schema_v4.dart | ||
| schema_v5.dart | ||
| schema_v6.dart | ||
| schema_v7.dart | ||
| schema_v8.dart | ||
| schema_v9.dart | ||
| schema_v10.dart | ||
| schema_v11.dart | ||
| schema_v12.dart | ||
| schema_v13.dart | ||
| schema_v14.dart | ||
| schema_v15.dart | ||
| schema_v16.dart | ||
| schema_v17.dart | ||
| schema_v18.dart | ||
| schema_v19.dart | ||
| schema_v20.dart | ||
| schema_v21.dart | ||