Adding 'archived' status to matches table...
Current enum values:
enum('preparing','ready','active','completed','cancelled','archived')✅ Successfully added 'archived' status!
New enum values:
enum('preparing','ready','active','completed','cancelled','archived')Next Steps:
- Update match_end.cfc to use 'archived' status after cleanup
- Test the cleanup process again
- Verify no more repeated cleanup attempts