mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-31 14:11:37 +00:00
sync - added week menus
This commit is contained in:
@@ -21,7 +21,7 @@ class TrackedDay(Base):
|
||||
__tablename__ = "tracked_days"
|
||||
|
||||
id = Column(Integer, primary_key=True, index=True)
|
||||
person = Column(String, index=True) # Person A or Person B
|
||||
person = Column(String, index=True) # Sarah or Stuart
|
||||
date = Column(Date, index=True) # Date being tracked
|
||||
|
||||
class TrackedMeal(Base):
|
||||
|
||||
Reference in New Issue
Block a user