Add updatetime to rank entries
This commit is contained in:
@@ -956,6 +956,9 @@ namespace TOOHUCardAPI.Migrations
|
||||
b.Property<int>("RankType")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b.Property<DateTime>("UpdateTime")
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b.Property<long?>("UserSteamId")
|
||||
.HasColumnType("bigint");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user