Добавлено поле OSType при парсинге из АИХ ИТ
This commit is contained in:
@@ -121,6 +121,9 @@ namespace PARR.DAL.Migrations
|
||||
b.Property<string>("NewEKFindCode")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<string>("OSType")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<string>("OldEKFindCode")
|
||||
.HasColumnType("text");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user