forked from ddrilling/AsbCloudServer
New well operation category
This commit is contained in:
parent
197142eca2
commit
1a36609d19
2377
AsbCloudDb/Migrations/20211006130207_Update_WellOperationsCategory_by_new_initial_values.Designer.cs
generated
Normal file
2377
AsbCloudDb/Migrations/20211006130207_Update_WellOperationsCategory_by_new_initial_values.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,23 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace AsbCloudDb.Migrations
|
||||
{
|
||||
public partial class Update_WellOperationsCategory_by_new_initial_values : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.InsertData(
|
||||
table: "t_well_operation_category",
|
||||
columns: new[] { "id", "code", "name" },
|
||||
values: new object[] { 1019, 0, "Наращивание, промывка" });
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DeleteData(
|
||||
table: "t_well_operation_category",
|
||||
keyColumn: "id",
|
||||
keyValue: 1019);
|
||||
}
|
||||
}
|
||||
}
|
@ -1765,6 +1765,12 @@ namespace AsbCloudDb.Migrations
|
||||
Name = "Перетяжка талевого каната"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 1019,
|
||||
Code = 0,
|
||||
Name = "Наращивание, промывка"
|
||||
},
|
||||
new
|
||||
{
|
||||
Id = 1020,
|
||||
Code = 0,
|
||||
|
@ -254,6 +254,7 @@ namespace AsbCloudDb.Model
|
||||
new WellOperationCategory {Id = 1016, Name = "Перевод скв на другой тип промывочной жидкости", Code = 0 },
|
||||
new WellOperationCategory {Id = 1017, Name = "Перезапись каротажа", Code = 0 },
|
||||
new WellOperationCategory {Id = 1018, Name = "Перетяжка талевого каната", Code = 0 },
|
||||
new WellOperationCategory {Id = 1019, Name = "Наращивание, промывка", Code = 0 },
|
||||
new WellOperationCategory {Id = 1020, Name = "Подъем инструмента", Code = 0 },
|
||||
new WellOperationCategory {Id = 1021, Name = "Подъем инструмента с промывкой", Code = 0 },
|
||||
new WellOperationCategory {Id = 1022, Name = "Обратная проработка", Code = 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user