fix(dal): tbl robotHistoryLavel fix information
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace PARR.DAL.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class tblRobotHistoryLavelFixInformation : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "RobotHistoryLevels",
|
||||
keyColumn: "Level",
|
||||
keyValue: 5,
|
||||
column: "Name",
|
||||
value: "Information");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "RobotHistoryLevels",
|
||||
keyColumn: "Level",
|
||||
keyValue: 5,
|
||||
column: "Name",
|
||||
value: "Inforamtion");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user