mirror of
https://github.com/sstent/foodplanner.git
synced 2025-12-06 08:01:47 +00:00
updated the tracker to have more features
This commit is contained in:
@@ -60,8 +60,7 @@ def sample_chart_data(db_session):
|
||||
tracked_meal = TrackedMeal(
|
||||
tracked_day_id=tracked_day.id,
|
||||
meal_id=meal.id,
|
||||
meal_time="Breakfast",
|
||||
quantity=1.0
|
||||
meal_time="Breakfast"
|
||||
)
|
||||
db_session.add(tracked_meal)
|
||||
db_session.commit()
|
||||
|
||||
Reference in New Issue
Block a user