feat(api): заготовка для перерасчета nextRun
This commit is contained in:
2530
PARR.DAL/Migrations/20240226014927_tblSettingsUpdOrderSearchDeltaDate.Designer.cs
generated
Normal file
2530
PARR.DAL/Migrations/20240226014927_tblSettingsUpdOrderSearchDeltaDate.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,32 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace PARR.DAL.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class tblSettingsUpdOrderSearchDeltaDate : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "Settings",
|
||||
keyColumn: "Name",
|
||||
keyValue: "OrderSearchDeltaDate",
|
||||
column: "Value",
|
||||
value: "01:00:00");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "Settings",
|
||||
keyColumn: "Name",
|
||||
keyValue: "OrderSearchDeltaDate",
|
||||
column: "Value",
|
||||
value: "01:30:00");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1854,7 +1854,7 @@ namespace PARR.DAL.Migrations
|
||||
{
|
||||
Name = "OrderSearchDeltaDate",
|
||||
Description = "Промежуток времени для поиска нарядов в ЕСПП",
|
||||
Value = "01:30:00"
|
||||
Value = "01:00:00"
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user