schema-fix-author-fix
All checks were successful
deploy / deploy (push) Successful in 1m42s

This commit is contained in:
2023-12-07 21:29:25 +03:00
parent bb55cfaefe
commit c1adaf3ed6
3 changed files with 15 additions and 6 deletions

View File

@@ -68,6 +68,7 @@ class Shout(Base):
body = Column(String, nullable=False, comment="Body")
slug = Column(String, unique=True)
cover = Column(String, nullable=True, comment="Cover image url")
cover_caption = Column(String, nullable=True, comment="Cover image alt caption")
lead = Column(String, nullable=True)
description = Column(String, nullable=True)
title = Column(String, nullable=True)