Change PrimaryKey of MetadataEntry to Fetcher + Identifier

This commit is contained in:
2025-06-29 20:43:21 +02:00
parent 2eb0d941b2
commit ae0c6c8240
5 changed files with 861 additions and 11 deletions

View File

@ -3,7 +3,7 @@ using Newtonsoft.Json;
namespace API.Schema.MetadataFetchers;
[PrimaryKey("MangaId", "MetadataFetcherName")]
[PrimaryKey("MetadataFetcherName", "Identifier")]
public class MetadataEntry
{
[JsonIgnore]