API and database models refactoring
This commit is contained in:
@@ -10,7 +10,7 @@ from alembic import context
|
||||
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
|
||||
|
||||
from app.core.config import settings
|
||||
from models.database_models import Base
|
||||
from models.database.base import Base
|
||||
|
||||
# Alembic Config object
|
||||
config = context.config
|
||||
|
||||
Reference in New Issue
Block a user