working
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
FitnessSync/backend/src/models/__pycache__/base.cpython-311.pyc
Normal file
BIN
FitnessSync/backend/src/models/__pycache__/base.cpython-311.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -9,6 +9,7 @@ class Configuration(Base):
|
||||
id = Column(Integer, primary_key=True, index=True)
|
||||
fitbit_client_id = Column(String, nullable=True)
|
||||
fitbit_client_secret = Column(String, nullable=True) # This should be encrypted in production
|
||||
fitbit_redirect_uri = Column(String, nullable=True)
|
||||
garmin_username = Column(String, nullable=True)
|
||||
garmin_password = Column(String, nullable=True) # This should be encrypted in production
|
||||
sync_settings = Column(JSON, nullable=True) # JSON field for sync preferences
|
||||
|
||||
Reference in New Issue
Block a user