You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle missing Alembic configuration gracefully in deploy.sh
- Skip migrations if Alembic is not configured (no script_location error)
- Database schema will be created on application startup via SQLAlchemy
- Real migration errors still cause deployment to fail
- Add proper database readiness check before attempting migrations
0 commit comments