- Creates migration 004_add_assignment_type.py
- Adds assignment_type VARCHAR(20) to chores table
- Default value: 'any_one' for backward compatibility
- Values: 'any_one' (only one needs to complete) or 'all_assigned' (all must complete)
- Safe to run on existing database