Remove database migrations after direct schema fixes

Changes:
- Removed all migration code from server.js
- Database schema fixed directly via MySQL:
  * Dropped users.role column (SSO only)
  * Dropped users.password column (SSO only)
  * Added executions.started_by column
  * Added workflows.created_by column
  * All tables now match expected schema
- Server startup will be faster without migrations

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-07 22:11:07 -05:00
parent 7896b40d91
commit 6d15e4d240
2 changed files with 4 additions and 33 deletions

3
.gitignore vendored
View File

@@ -30,3 +30,6 @@ Thumbs.db
*.swp
*.swo
*~
# Claude
Claude.md