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
+4 -4
View File
@@ -44,15 +44,15 @@ public static class EntityModeMappers
{
Id = entity.Id,
CreatedAt = entity.CreatedAt,
Description = entity.Description,
Message = entity.Message,
Direction = entity.Direction,
CorrelationId = entity.CorrelationId,
CorrelationIdType = entity.CorrelationIdType,
IsInternal = entity.IsInternal,
Author = entity.Author,
Sender = entity.Sender,
Platform = entity.Platform,
PlatformAddress = entity.PlatformAddress,
Title = entity.Title,
Recipient = entity.Recipient,
Subject = entity.Subject,
Processed = entity.Processed
};