2024-07-04 11:02:45 +05:00
|
|
|
|
using Microsoft.EntityFrameworkCore.Migrations;
|
2024-04-15 09:48:58 +05:00
|
|
|
|
|
|
|
|
|
#nullable disable
|
|
|
|
|
|
|
|
|
|
namespace AsbCloudDb.Migrations
|
|
|
|
|
{
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
|
public partial class Update_WellOperationName : Migration
|
|
|
|
|
{
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
|
protected override void Up(MigrationBuilder migrationBuilder)
|
|
|
|
|
{
|
|
|
|
|
migrationBuilder.UpdateData(
|
|
|
|
|
table: "t_well_operation_category",
|
|
|
|
|
keyColumn: "id",
|
|
|
|
|
keyValue: 5089,
|
|
|
|
|
column: "name",
|
|
|
|
|
value: "Спуск КО на транспортной колонне");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
|
|
protected override void Down(MigrationBuilder migrationBuilder)
|
|
|
|
|
{
|
|
|
|
|
migrationBuilder.UpdateData(
|
|
|
|
|
table: "t_well_operation_category",
|
|
|
|
|
keyColumn: "id",
|
|
|
|
|
keyValue: 5089,
|
|
|
|
|
column: "name",
|
|
|
|
|
value: "Спуск КО на транспотрной колонне");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|