Add Migrations

Add RemoveOldNotificationsWorker.cs
This commit is contained in:
2025-07-03 21:55:38 +02:00
parent 54efc5fd5b
commit 902ebc48ff
17 changed files with 1960 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ using Newtonsoft.Json;
namespace API.Schema.LibraryContext.LibraryConnectors;
[PrimaryKey("LibraryConnectorId")]
[PrimaryKey("Key")]
public abstract class LibraryConnector : Identifiable
{
[Required]