felt/internal/store/migrations
Mikkel Georgsen e947ab1c47 feat(01-08): implement table management, auto-seating, blueprints, and hand-for-hand
- TableService with CRUD, AssignSeat, AutoAssignSeat (fills evenly), MoveSeat, SwapSeats
- Dealer button tracking with SetDealerButton and AdvanceDealerButton (skips empty seats)
- Hand-for-hand mode with per-table completion tracking and clock integration
- BlueprintService with CRUD, SaveBlueprintFromTournament, CreateTablesFromBlueprint
- Migration 006 adds hand_for_hand_hand_number and hand_completed columns

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 04:10:28 +01:00
..
001_initial_schema.sql feat(01-02): design initial database schema migration 2026-03-01 03:31:01 +01:00
002_fts_indexes.sql feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
003_seed_data.sql feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
004_dev_seed.sql feat(01-01): initialize Go module, dependency tree, and project scaffold 2026-03-01 03:34:44 +01:00
005_builtin_templates.sql feat(01-05): add built-in templates, seed data, wizard tests, and template tests 2026-03-01 03:59:34 +01:00
006_seating_hfh.sql feat(01-08): implement table management, auto-seating, blueprints, and hand-for-hand 2026-03-01 04:10:28 +01:00