survey-extraction/migration_db.sh

13 lines
265 B
Bash

#poetry run alembic revision --autogenerate -m "add coorodiantion and design status"
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