This commit is contained in:
2025-02-07 20:54:55 -05:00
parent dc47eced14
commit 78eafc739e
18 changed files with 60 additions and 60 deletions

View File

@@ -10,8 +10,8 @@ import os
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from db.models import Base
from db.database import DATABASE_URL
from app.db.models import Base
from app.db.database import DATABASE_URL
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.