Added default card group for new players

This commit is contained in:
2021-10-31 14:28:48 -04:00
parent e33aaa5f7b
commit e8a027b229
7 changed files with 1071 additions and 2 deletions

View File

@@ -956,6 +956,9 @@ namespace TOOHUCardAPI.Migrations
b.Property<int>("KeyUseCount")
.HasColumnType("INTEGER");
b.Property<DateTime>("LastDailyLoginBonus")
.HasColumnType("TEXT");
b.Property<DateTime>("LastFirstWin")
.HasColumnType("TEXT");