quantum-ai-v2/agents/migrations
Claude 54d7d3e506 🔧 Fix Railway database schema mismatch for agent creation
## Critical Database Fix
- Add migration for missing access_url_name and display_url_name fields
- Railway PostgreSQL has these fields as NOT NULL from newer schema
- ae303c2 agent creation commands don't provide these fields
- Migration makes fields optional with empty string defaults

## Error Fixed
 Was: null value in column 'access_url_name' violates not-null constraint
 Now: Fields are optional, agent creation will succeed

## Result
- populate_agents command will now work on Railway
- All 5 agents should appear in production marketplace
- No more database constraint violations

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 16:15:46 +05:30
..
__init__.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
0001_initial.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
0002_agent_agent_type_alter_agent_form_schema_chatsession_and_more.py 💬 Implement complete chat-based agent system with 5 Whys Analysis 2025-08-01 09:39:43 +05:30
0003_chatsession_expires_at_alter_chatsession_status.py Implement chat session timeout system 2025-08-01 15:45:16 +05:30
0004_add_message_limit.py 🎉 Complete 5 Whys agent enhancements with session management and UI improvements 2025-08-03 13:28:39 +05:30
0005_auto_20250804_1045.py 🔧 Fix Railway database schema mismatch for agent creation 2025-08-04 16:15:46 +05:30