feat(dal): в таблице Units удалено поле DateModified

This commit is contained in:
Mikhail Trubnikov
2025-08-27 11:56:22 +10:00
parent c9159f6546
commit 0793c169f9
4 changed files with 3869 additions and 3 deletions

View File

@@ -2753,9 +2753,6 @@ namespace PARR.DAL.Migrations
b.Property<DateTimeOffset>("DateCreated")
.HasColumnType("timestamp with time zone");
b.Property<DateTimeOffset?>("DateModified")
.HasColumnType("timestamp with time zone");
b.Property<DateTimeOffset?>("LastLogon")
.HasColumnType("timestamp with time zone");