Migrations aufgefäumt

DateOnly hinzugefügt zur Model.
This commit is contained in:
Husky
2021-10-09 20:55:03 +02:00
parent 3388891134
commit 790792174d
32 changed files with 340 additions and 4042 deletions

View File

@@ -122,8 +122,8 @@ namespace DaSaSo.EntityFramework.Migrations
b.Property<bool>("ClosedEnd")
.HasColumnType("boolean");
b.Property<DateTime>("Date")
.HasColumnType("timestamp with time zone");
b.Property<DateOnly>("Date")
.HasColumnType("date");
b.Property<int?>("ImpregnationId")
.HasColumnType("integer");