Skip to content

Commit

Permalink
🚀(api) inativate temporarily automatic db migrations
Browse files Browse the repository at this point in the history
Current staging deployment is inconsistent: our database migration state
and related code are not correlated. Database migration is one version
ahead. We should deploy only the code to restory consistency.
  • Loading branch information
jmaupetit committed Jan 17, 2025
1 parent 9006650 commit 810e00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ else
)
fi

echo "🗃️ Running database migrations..."
alembic -c qualicharge/alembic.ini upgrade head
# echo "🗃️ Running database migrations..."
# alembic -c qualicharge/alembic.ini upgrade head

# shellcheck disable=SC2068
uvicorn \
Expand Down

0 comments on commit 810e00c

Please sign in to comment.