feat(pack): persist daily_free_gacha_count on PackChildGachaEntry
This commit is contained in:
@@ -3441,6 +3441,9 @@ namespace SVSim.Database.Migrations
|
||||
b1.Property<int>("Cost")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b1.Property<int>("DailyFreeGachaCount")
|
||||
.HasColumnType("integer");
|
||||
|
||||
b1.Property<int?>("FreeGachaCampaignId")
|
||||
.HasColumnType("integer");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user