Files
SewerGenerator/SewerStammGen.EntityFramework/Migrations/20230331121831_SchachtRefProjectVirtual.cs

23 lines
462 B
C#

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