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
@@ -13,11 +13,11 @@ public class CreateNotificationCommandHandler(IDbContextFactory<ShopDbContext> c
var newNotification = context.Notifications.Add(new Entities.Notification
{
Direction = request.Direction,
Author = request.Author,
Title = request.Title,
Description = request.Description,
Sender = request.Author,
Subject = request.Title,
Message = request.Description,
Platform = request.Platform,
PlatformAddress = request.PlatformAddress,
Recipient = request.PlatformAddress,
CorrelationId = request.CorrelationId,
CorrelationIdType = request.CorrelationIdType,
IsInternal = request.IsInternal,