mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
14 lines
251 B
Bash
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
|
|
|
|
|
|
|
|
|