Migrated database changes
continuous-integration/drone/pr Build is passing

This commit is contained in:
Khwezi Mngoma
2026-05-10 11:16:52 +02:00
parent 275befc258
commit 32d1019eb5
44 changed files with 1279 additions and 3330 deletions
+15 -5
View File
@@ -6,22 +6,32 @@ public class Notification
public DateTimeOffset CreatedAt { get; set; }
public DateTimeOffset? UpdatedAt { get; set; }
public NotificationDirection Direction { get; set; }
public string? Author { get; set; }
public NotificationPlatforms Platform { get; set; }
public string? Title { get; set; }
public Priorities Priority { get; set; }
public string? Description { get; set; }
public string? Sender { get; set; }
public string? Platform { get; set; }
public string? SenderName { get; set; }
public string? PlatformAddress { get; set; }
public string? Subject { get; set; }
public string? Message { get; set; }
public string? Recipient { get; set; }
public string? RecipientAddress { get; set; }
public string? CorrelationId { get; set; }
public string? CorrelationIdType { get; set; }
public bool IsHtml { get; set; }
public bool IsInternal { get; set; }
public bool Processed { get; set; }