survey-extraction/migration_db.sh
2025-06-20 16:05:01 +00:00

14 lines
252 B
Bash

poetry run alembic revision --autogenerate -m "access and elevations"
#poetry run alembic upgrade head
# See which hash I'm at
#poetry run alembic current
# downgrade one version
#poetry run alembic upgrade head
#poetry run alembic downgrade -1