survey-extraction/migration_db.sh
2025-08-19 12:44:40 +00:00

14 lines
251 B
Bash

#poetry run alembic revision --autogenerate -m "json_uri is a string"
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