Add section field to boss battle export and seed pipeline

The section field was missing from the export endpoint, seed loader
(insert + upsert), and the seed export function.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 15:05:36 +01:00
parent 1bf37a6bd9
commit 1a7476f811
3 changed files with 4 additions and 0 deletions

View File

@@ -434,6 +434,7 @@ async def _export_bosses(session: AsyncSession, vg_data: dict):
"level_cap": b.level_cap,
"order": b.order,
"location": b.location,
"section": b.section,
"sprite_url": b.sprite_url,
"pokemon": [
{