Add updatetime to rank entries

This commit is contained in:
2021-11-07 00:43:38 -04:00
parent 6f591af5ae
commit aa3a2cb4f4
6 changed files with 1160 additions and 1 deletions

View File

@@ -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");