feat(pack): persist daily_free_gacha_count on PackChildGachaEntry

This commit is contained in:
gamer147
2026-06-08 21:31:02 -04:00
parent 7e4a9654b2
commit d762c5766f
7 changed files with 4282 additions and 0 deletions

View File

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