Update spec files to match current implementation state
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
from sqlalchemy.ext.declarative import declarative_base
|
||||
|
||||
# Create a base class for all models to inherit from
|
||||
Base = declarative_base()
|
||||
from .base import Base
|
||||
|
||||
# Import all models here to ensure they're registered with the Base
|
||||
from .config import Configuration
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
FitnessSync/backend/src/models/__pycache__/base.cpython-313.pyc
Normal file
BIN
FitnessSync/backend/src/models/__pycache__/base.cpython-313.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3
FitnessSync/backend/src/models/base.py
Normal file
3
FitnessSync/backend/src/models/base.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from sqlalchemy.ext.declarative import declarative_base
|
||||
|
||||
Base = declarative_base()
|
||||
Reference in New Issue
Block a user