updated enum

This commit is contained in:
Jun-te Kim 2025-08-14 16:52:29 +00:00
parent 589731a8ca
commit 6dcb9d5010

View file

@ -1,9 +1,9 @@
#poetry run alembic revision --autogenerate -m "add new uploaded file table "
#poetry run alembic revision --autogenerate -m "update enum"
#poetry run alembic upgrade head
poetry run alembic upgrade head
# See which hash I'm at
poetry run alembic current
#poetry run alembic current
# downgrade one version
#poetry run alembic upgrade head