This commit is contained in:
Timothy J. Baek
2024-08-30 10:56:31 -07:00
parent 560b9228fd
commit 08efabc696
4 changed files with 9 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ def run_migrations():
from alembic.config import Config
from alembic import command
alembic_cfg = Config("alembic.ini")
alembic_cfg = Config(BACKEND_DIR / "alembic.ini")
command.upgrade(alembic_cfg, "head")
except Exception as e:
print(f"Error: {e}")