test
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 27s

This commit is contained in:
Tizian.Breuch
2025-11-07 15:48:05 +01:00
parent 35efac0d6c
commit eebfcdf3c7
2 changed files with 31 additions and 9 deletions

View File

@@ -36,6 +36,6 @@ namespace Webshop.Application.DTOs.Products
public bool IsFeatured { get; set; }
public int FeaturedDisplayOrder { get; set; }
[Required]
public byte[] RowVersion { get; set; }
public byte[]? RowVersion { get; set; }
}
}