Merge pull request #50 from Hestia-Homes/feature/hubspot_to_db

db migration things
This commit is contained in:
Jun-te Kim 2025-05-14 16:18:09 +01:00 committed by GitHub
commit 50ddc50647
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 }}