hrms-api-backend/BMA.EHR.Infrastructure/Migrations/DisciplineDb/20240528150021_update table RetirementProfile add root.cs

23 lines
479 B
C#
Raw Normal View History

2024-05-29 16:29:12 +07:00
using Microsoft.EntityFrameworkCore.Migrations;
#nullable disable
namespace BMA.EHR.Infrastructure.Migrations.DisciplineDb
{
/// <inheritdoc />
public partial class updatetableRetirementProfileaddroot : Migration
{
/// <inheritdoc />
protected override void Up(MigrationBuilder migrationBuilder)
{
}
/// <inheritdoc />
protected override void Down(MigrationBuilder migrationBuilder)
{
}
}
}