fix(all): обновлен префикс в тбл Settings. Из всех проектов удален пакет Microsoft.VisualStudio.Azure.Containers.Tools.Targets (1.19.4)
This commit is contained in:
2527
PARR.DAL/Migrations/20240213043229_tblSettingsUpdPrefix.Designer.cs
generated
Normal file
2527
PARR.DAL/Migrations/20240213043229_tblSettingsUpdPrefix.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
32
PARR.DAL/Migrations/20240213043229_tblSettingsUpdPrefix.cs
Normal file
32
PARR.DAL/Migrations/20240213043229_tblSettingsUpdPrefix.cs
Normal file
@@ -0,0 +1,32 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace PARR.DAL.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class tblSettingsUpdPrefix : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "Settings",
|
||||
keyColumn: "Name",
|
||||
keyValue: "TemplatePrefixName",
|
||||
column: "Value",
|
||||
value: "%PREFIX%-ЭИТИ-ПТК-ПАРР");
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.UpdateData(
|
||||
table: "Settings",
|
||||
keyColumn: "Name",
|
||||
keyValue: "TemplatePrefixName",
|
||||
column: "Value",
|
||||
value: "ПАРР-ДВС-ПТК");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1815,7 +1815,7 @@ namespace PARR.DAL.Migrations
|
||||
{
|
||||
Name = "TemplatePrefixName",
|
||||
Description = "Префикс имени шаблона в ЕСПП",
|
||||
Value = "ПАРР-ДВС-ПТК"
|
||||
Value = "%PREFIX%-ЭИТИ-ПТК-ПАРР"
|
||||
},
|
||||
new
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user