Moved database migrations to run.sh script.

This commit is contained in:
2025-04-06 12:47:42 +03:00
parent 678af03cd5
commit 58aac85758
2 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
alembic -c alembic/alembic.ini upgrade head
uvicorn main:app --host $API_HOST --port $API_PORT