diff --git a/source/db.py b/source/db.py index 652a040..8f34f2c 100644 --- a/source/db.py +++ b/source/db.py @@ -49,7 +49,7 @@ class Product(Base): title = Column(String(5000)) description = Column(String(5000)) date = Column(DateTime) - todays_product = Column(Boolean) + todays_product = Column(Boolean, default=False) def __repr__(self): return "" % (