Migration and daily login change
This commit is contained in:
@@ -965,9 +965,15 @@ namespace TOOHUCardAPI.Migrations
|
||||
b.Property<int>("MaxWave")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("PetEffect")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<int>("PetLevel")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<string>("PetModel")
|
||||
.HasColumnType("TEXT");
|
||||
|
||||
b.Property<int>("Point")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user