mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 22:35:21 -04:00
139d23ddc2
- Change OwnerId from string to Guid for proper foreign key relationships - Add Owner/Extras navigation properties for extras relationship - Add indexes on OwnerId and ExtraType columns for efficient queries - Add optimized composite indexes for latest items queries sorted by DateCreated - Update BaseItemRepository and migration to handle new Guid type