Commit graph

1 commit

Author SHA1 Message Date
jedarden
31678beec7 Infra: Add initial SQL migration file (0001_initial.sql)
Extracts the embedded schema from cmd/acb-api/db.go into a standalone
migration file per §11.1 plan inventory. Creates all core tables:

- Core: bots, matches, match_participants, jobs, rating_history
- Season/series: seasons, season_snapshots, series, series_games
- Predictions: predictions, predictor_stats
- Maps: maps, map_scores, map_votes, map_fairness
- Evolution: programs
- Playlists: playlists, playlist_matches
- Feedback: replay_feedback, feedback_upvotes
- Enrichment: enrichment_requests

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-22 15:52:54 -04:00