Fix alembic PYTHONPATH in deploy script
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c6cd329c2f
commit
2c7b89670d
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ info "Starting backend for migrations..."
|
|||
$COMPOSE up -d backend
|
||||
|
||||
info "Running database migrations..."
|
||||
$COMPOSE exec backend alembic -c alembic.ini upgrade head
|
||||
$COMPOSE exec -e PYTHONPATH=/app backend alembic -c alembic.ini upgrade head
|
||||
success "Migrations complete."
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue