aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
diff options
context:
space:
mode:
authorgnattu <gnattu@users.noreply.github.com>2025-02-14 11:19:24 +0800
committerGitHub <noreply@github.com>2025-02-13 20:19:24 -0700
commitfa97e8e183a214e9d4af83299cfb5e74bb78ce03 (patch)
treef55dbd3f575103cf564e8b7753cce18e8b27869c /MediaBrowser.Providers
parentb2a2fd6fcc0df356f29ddd1898c64ad87099dd18 (diff)
Write only for query columns to EFCore db (#13542)
* Write only for query columns to EFCore db. We currently don't write the columns that do not exist on the BaseItem class definition in db. However, columns like `CleanName` is still useful and being used by internal queries and current behavior would cause such query to return nothing. The only exception is the UserDataKey which is not even being used for internal query that can be omitted. * Update comment
Diffstat (limited to 'MediaBrowser.Providers')
0 files changed, 0 insertions, 0 deletions