mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
db migration things
This commit is contained in:
parent
6657b353b2
commit
a61a0dc519
1 changed files with 1 additions and 1 deletions
2
.github/workflows/db_migration.yml
vendored
2
.github/workflows/db_migration.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue