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 commentpull/13561/head
parent
b2a2fd6fcc
commit
fa97e8e183
Loading…
Reference in new issue