diff --git a/migration_db.sh b/migration_db.sh index e6fd4a6..9eecf21 100644 --- a/migration_db.sh +++ b/migration_db.sh @@ -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