quantum-ai-v3/agents
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
..
management 🗃️ Implement complete Railway database recreation 2025-08-03 14:57:49 +05:30
migrations 🔧 Fix Railway database schema mismatch for agent creation 2025-08-04 16:15:46 +05:30
templates/agents 🔧 Fix payment message persistence and add expired session popup 2025-08-03 20:57:27 +05:30
__init__.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
admin.py 💬 Implement complete chat-based agent system with 5 Whys Analysis 2025-08-01 09:39:43 +05:30
apps.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
models.py 🎉 Complete 5 Whys agent enhancements with session management and UI improvements 2025-08-03 13:28:39 +05:30
serializers.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
tests.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
urls.py 🎉 Complete 5 Whys agent enhancements with session management and UI improvements 2025-08-03 13:28:39 +05:30
views.py 🔧 Fix payment message persistence and add expired session popup 2025-08-03 20:57:27 +05:30