mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 14:25:02 +00:00
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>