Files
metabuilder/workflowui/backend
johndoe6345789 4f36d1be06 fix(backend): resolve database index naming conflicts
Each table now has uniquely prefixed index names to avoid SQLAlchemy conflicts:
- Workflow indexes: idx_workflow_*
- Execution indexes: idx_execution_*
- AuditLog indexes: idx_audit_*
- Project indexes: idx_project_*
- Workspace indexes: idx_workspace_*
- ProjectCanvasItem indexes: idx_canvas_*

This allows database initialization to complete successfully.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-23 06:47:24 +00:00
..