Added support for savemaxpower
This commit is contained in:
@@ -971,6 +971,9 @@ namespace TOOHUCardAPI.Migrations
|
||||
b.Property<int>("Point")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<int>("PowerMaxTotal")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<bool>("Vip")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user