ai-code-battle/migrations
jedarden 6ea8444d04 feat(seasons): add seed migration for Season 1
Adds migration 0003_seed_seasons.sql that creates the initial
season "Season 1: The Founding" with status=active. The index
builder already has code to generate seasons/index.json from the
database (generateSeasonsIndex in generator.go, fetchSeasons in db.go).

The season starts 7 days ago and has no end date or champion yet,
allowing it to serve as the active season for the platform.

Closes: bf-4w0x
2026-05-26 13:32:29 -04:00
..
0001_initial.sql Infra: Add initial SQL migration file (0001_initial.sql) 2026-05-22 15:52:54 -04:00
0002_seed_maps.sql feat(maps): add seed maps for initial library (plan §3.8) 2026-05-25 08:18:49 -04:00
0003_seed_seasons.sql feat(seasons): add seed migration for Season 1 2026-05-26 13:32:29 -04:00