quantum-ai-v2/core
Claude 40574db8b0 🗃️ Implement complete Railway database recreation
• Add database flush to Railway startup for complete reset
• Remove manual fix scripts - using clean recreation approach
• Fresh database will have correct agent values from populate_agents
• Guarantees Railway matches local environment exactly

Process:
1. flush --noinput (clear all data)
2. migrate --run-syncdb (create fresh tables)
3. populate_agents (correct agent values)
4. reset_admin (fresh admin user)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 14:57:49 +05:30
..
management 🗃️ Implement complete Railway database recreation 2025-08-03 14:57:49 +05:30
migrations 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
__init__.py first working 2025-07-09 02:15:35 +05:30
admin.py 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
apps.py first working 2025-07-09 02:15:35 +05:30
error_views.py 🎨 Create themed error pages matching agent UI design 2025-07-26 23:12:56 +05:30
models.py 🔒 Implement comprehensive homepage security improvements 2025-07-26 02:24:33 +05:30
tests.py first working 2025-07-09 02:15:35 +05:30
urls.py 🎯 Complete dual integration architecture with JotForm and digital branding 2025-08-02 10:47:16 +05:30
views.py 🎯 Complete dual integration architecture with JotForm and digital branding 2025-08-02 10:47:16 +05:30