ai-code-battle/worker-api
jedarden 24859669fc Complete D1 database schema and migrations for Phase 6
- Add missing tables: predictions, predictor_stats, map_votes,
  replay_feedback, series, series_games, seasons
- Add evolution fields to bots table (evolved, island, generation,
  parent_ids, description)
- Add additional fields to maps table (player_count, energy_nodes,
  wall_density, status, engagement_score)
- Create migrations/0001_initial.sql for D1 migrations
- Update wrangler.toml with migrations_dir config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 09:52:53 -04:00
..
migrations Complete D1 database schema and migrations for Phase 6 2026-03-24 09:52:53 -04:00
src Complete Phase 4: Add index builder container 2026-03-24 08:39:47 -04:00
package.json Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
schema.sql Complete D1 database schema and migrations for Phase 6 2026-03-24 09:52:53 -04:00
tsconfig.json Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
vitest.config.ts Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
wrangler.toml Complete D1 database schema and migrations for Phase 6 2026-03-24 09:52:53 -04:00