Commit Graph
3 Commits
Author SHA1 Message Date
akadmin 0167c83b11 Fix Phase 2: Add missing migrations, fix FK dependencies, align schemas with models 2026-08-09 17:17:47 +00:00
akadmin 6bb4034098 Fix migration 001 - add base table creation for mtgonline_users, mtgonline_decklist_files, and mtgonline_rooms 2026-08-08 05:23:39 +00:00
akadmin c42d7ca0e1 feat: implement user data schema and API endpoints
- Add Alembic migration setup with async configuration
- Create 16 user data models (users, decks, cards, replays, etc.)
- Implement comprehensive API endpoints with JWT auth
- Add replay, card collection, group, network, preferences, and activity log routers
- Include API documentation and migration test plan
- Update Dockerfile to run migrations on startup
2026-07-23 03:23:54 +00:00