db migration things

This commit is contained in:
Jun-te Kim 2025-05-14 16:17:10 +01:00
parent 6657b353b2
commit a61a0dc519

View file

@ -21,7 +21,7 @@ jobs:
poetry install --no-root
- name: run script
run: |
poetry run alembic current
# poetry run alembic current
poetry run alembic upgrade head
env:
PYTHONPATH: ${{ github.workspace }}