Commit Graph

1 Commits

Author SHA1 Message Date
36de987b5e feat: implement automatic database migrations on server startup
All checks were successful
Deploy to Production / deploy (push) Successful in 1m45s
- Added new migrate.ts module to handle automatic database migrations using drizzle-orm
- Modified server startup to run migrations before Express initialization
- Added comprehensive documentation in AUTO_MIGRATION_SUMMARY.md explaining the implementation
- Updated DATABASE_SETUP.md to reflect automatic migration process and troubleshooting steps
- Added error handling to exit process if migrations fail during startup
- Implemented clear
2025-10-26 23:21:40 +01:00