Files
ShopSolution-backend/Webshop.Infrastructure/Migrations/20251120143728_rowversion4.cs
Tizian.Breuch b29ecb77df
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 25s
mig 4
2025-11-20 15:37:38 +01:00

23 lines
442 B
C#

using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace Webshop.Infrastructure.Migrations
{
/// <inheritdoc />
public partial class rowversion4 : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}