[Activity] Cleanup schema and DueDateTime
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Cocotte.Migrations
|
||||
.IsRequired()
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<TimeOnly?>("DueTime")
|
||||
b.Property<DateTime?>("DueDateTime")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<uint>("MaxPlayers")
|
||||
|
||||
Reference in New Issue
Block a user