feat(esppOrderLoader): логика получение данных
This commit is contained in:
2517
PARR.DAL/Migrations/20231023033756_TblSettingsOrderSearchDeltaDate.Designer.cs
generated
Normal file
2517
PARR.DAL/Migrations/20231023033756_TblSettingsOrderSearchDeltaDate.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,28 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace PARR.DAL.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class TblSettingsOrderSearchDeltaDate : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.InsertData(
|
||||
table: "Settings",
|
||||
columns: new[] { "Name", "Description", "Value" },
|
||||
values: new object[] { "OrderSearchDeltaDate", "Промежуток времени для поиска нарядов в ЕСПП", "01:30:00" });
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DeleteData(
|
||||
table: "Settings",
|
||||
keyColumn: "Name",
|
||||
keyValue: "OrderSearchDeltaDate");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1954,6 +1954,12 @@ namespace PARR.DAL.Migrations
|
||||
Name = "ScheduleRepeatRange",
|
||||
Description = "Расписание регламентной работы - Диапазн повторов",
|
||||
Value = "Отсутствует дата завершения"
|
||||
},
|
||||
new
|
||||
{
|
||||
Name = "OrderSearchDeltaDate",
|
||||
Description = "Промежуток времени для поиска нарядов в ЕСПП",
|
||||
Value = "01:30:00"
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user