Skip to content

Commit 882557d

Browse files
committed
calories
1 parent 2140878 commit 882557d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

models/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ class Item(Base):
141141
weight = Column(Numeric)
142142
unit = Column(String(10))
143143
price = Column(Numeric)
144+
calories = Column(Numeric, nullable=True)
144145
consumable = Column(Boolean, default=False)
145146
product_url = Column(String(1000))
146147
wishlist = Column(Boolean, default=False)

0 commit comments

Comments
 (0)