Alembix fixes

This commit is contained in:
James Pattinson
2025-12-18 14:59:25 +00:00
parent d183678282
commit 8513a7bb0f
3 changed files with 33 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ sys.path.insert(0, os.path.dirname(os.path.dirname(__file__)))
from app.core.config import settings
from app.db.session import Base
# Import all models to ensure they are registered with Base
from app.models.ppr import PPRRecord, User, Journal, Airport, Aircraft
from app.models.ppr import PPRRecord, User, Airport, Aircraft
# this is the Alembic Config object, which provides
# access to the values within the .ini file in use.