Compare commits
2 Commits
dbf46fffac
...
b86c006f25
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b86c006f25 | ||
|
|
efe186320d |
@@ -35,7 +35,7 @@ namespace Webshop.Application.DTOs.Products
|
||||
public decimal? PurchasePrice { get; set; }
|
||||
public bool IsFeatured { get; set; }
|
||||
public int FeaturedDisplayOrder { get; set; }
|
||||
[Required]
|
||||
|
||||
public byte[]? RowVersion { get; set; }
|
||||
}
|
||||
}
|
||||
1367
Webshop.Infrastructure/Migrations/20251120140457_rowversion.Designer.cs
generated
Normal file
1367
Webshop.Infrastructure/Migrations/20251120140457_rowversion.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,22 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Webshop.Infrastructure.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class rowversion : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user