Добавлено поле OSType при парсинге из АИХ ИТ

This commit is contained in:
Mikhail Kuznetsov
2023-09-13 12:07:15 +10:00
parent 0281bcd674
commit e596e7f459
6 changed files with 1015 additions and 2 deletions

View File

@@ -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");