Skip to content

Commit

Permalink
fix: post order attibutes
Browse files Browse the repository at this point in the history
  • Loading branch information
sr2ds committed Nov 11, 2024
1 parent 748880b commit d6404d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coeur/apps/ssg/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class Post(Base):
content = Column(String, nullable=False)
content_format = Column(String)
path = Column(String)
image = Column(String)
extra = Column(String)
date = Column(String)
image = Column(String)
db = Column(Integer, nullable=False)

def __init__(self, db, **kwargs):
Expand Down

0 comments on commit d6404d9

Please sign in to comment.