survey-extraction/migration_db.sh
2025-11-07 17:12:38 +00:00

14 lines
238 B
Bash

#poetry run alembic revision --autogenerate -m "s3 add "
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