[Activity] Cleanup schema and DueDateTime

This commit is contained in:
2023-03-26 10:33:03 +02:00
parent cd6a9e87ad
commit 63e464e602
11 changed files with 20 additions and 381 deletions

View File

@@ -48,7 +48,7 @@ namespace Cocotte.Migrations
.IsRequired()
.HasColumnType("TEXT");
b.Property<TimeOnly?>("DueTime")
b.Property<DateTime?>("DueDateTime")
.HasColumnType("TEXT");
b.Property<uint>("MaxPlayers")