row version
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 1m10s

This commit is contained in:
Tizian.Breuch
2025-11-20 15:05:03 +01:00
parent efe186320d
commit b86c006f25
2 changed files with 1389 additions and 0 deletions

View File

@@ -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)
{
}
}
}