mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5623] [MERGED] EF Core Cleanup 2 #10579
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5623
Author: @barronpm
Created: 3/26/2021
Status: ✅ Merged
Merged: 5/5/2021
Merged by: @thornbill
Base:
master← Head:ef-cleanup2📝 Commits (10+)
36669ffUse correct setter access modifiers3ffef57Delete unnecessary indexes0a579e5Configure user deletion behaviorf1cadb2Add id properties for preferences and permissions3c4187eAdd indexes for user permissions and preferencesa07ad71Use NOCASE collation and index on username fieldea0a9c2Properly configure foreign keysdaa21c9Add migrationa7b29e2Clean up user renaming7364155Clean up user deletion📊 Changes
47 files changed (+1061 additions, -278 deletions)
View changed files
📝
Jellyfin.Data/Entities/AccessSchedule.cs(+4 -4)📝
Jellyfin.Data/Entities/ActivityLog.cs(+3 -4)📝
Jellyfin.Data/Entities/CustomItemDisplayPreferences.cs(+2 -2)📝
Jellyfin.Data/Entities/DisplayPreferences.cs(+5 -7)📝
Jellyfin.Data/Entities/Group.cs(+7 -9)📝
Jellyfin.Data/Entities/HomeSection.cs(+3 -4)📝
Jellyfin.Data/Entities/ImageInfo.cs(+4 -4)📝
Jellyfin.Data/Entities/ItemDisplayPreferences.cs(+2 -2)📝
Jellyfin.Data/Entities/Libraries/Artwork.cs(+3 -5)📝
Jellyfin.Data/Entities/Libraries/Book.cs(+3 -5)📝
Jellyfin.Data/Entities/Libraries/BookMetadata.cs(+2 -4)📝
Jellyfin.Data/Entities/Libraries/Chapter.cs(+3 -5)📝
Jellyfin.Data/Entities/Libraries/Collection.cs(+5 -6)📝
Jellyfin.Data/Entities/Libraries/CollectionItem.cs(+1 -1)📝
Jellyfin.Data/Entities/Libraries/Company.cs(+7 -9)📝
Jellyfin.Data/Entities/Libraries/CustomItem.cs(+3 -5)📝
Jellyfin.Data/Entities/Libraries/Episode.cs(+3 -5)📝
Jellyfin.Data/Entities/Libraries/Genre.cs(+3 -3)📝
Jellyfin.Data/Entities/Libraries/ItemMetadata.cs(+15 -22)📝
Jellyfin.Data/Entities/Libraries/Library.cs(+3 -3)...and 27 more files
📄 Description
Changes
Issues
Fixes #5496
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.