feat(bp): season + reward importers, idempotent + authoritative-per-season

This commit is contained in:
gamer147
2026-05-26 22:28:41 -04:00
parent d661b6f44c
commit 61a9133855
7 changed files with 358 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ public static class Program
await new AvatarAbilityImporter().ImportAsync(context, opts.SeedDir);
await new ArenaSeasonImporter().ImportAsync(context, opts.SeedDir);
await new BattlePassImporter().ImportAsync(context, opts.SeedDir);
await new BattlePassSeasonImporter().ImportAsync(context, opts.SeedDir);
await new BattlePassRewardImporter().ImportAsync(context, opts.SeedDir);
await new DailyLoginBonusImporter().ImportAsync(context, opts.SeedDir);
await new PreReleaseInfoImporter().ImportAsync(context, opts.SeedDir);
await new CardListsImporter().ImportAsync(context, opts.SeedDir);