survey-extraction/migration_db.sh
2025-08-14 14:45:12 +00:00

14 lines
259 B
Bash

#poetry run alembic revision --autogenerate -m "add new uploaded file table "
#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