summaryrefslogtreecommitdiff
path: root/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'models.py')
-rw-r--r--models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/models.py b/models.py
index 7594409..9e78d65 100644
--- a/models.py
+++ b/models.py
@@ -61,6 +61,7 @@ class MenuPlan(Base):
plan = Column(Text, nullable=False)
generated_at = Column(DateTime, default=datetime.utcnow)
model_used = Column(String, nullable=True)
+ notes = Column(Text, nullable=True)
class GroceryList(Base):