From 6dcb9d5010c0d3aabe1f140f59d7c322090644a0 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Thu, 14 Aug 2025 16:52:29 +0000 Subject: [PATCH] updated enum --- migration_db.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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