Skip to content

Commit a9e8cfd

Browse files
author
PedroGao
committed
Merge branch 'feature-notify' of https://github.com/TaleLin/lin-cms-flask into feature-notify
2 parents 142eaff + 7304420 commit a9e8cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/plugins/poem/app/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Poem(Base):
88
id = Column(Integer, primary_key=True, autoincrement=True)
99
title = Column(String(50), nullable=False, comment='标题')
1010
author = Column(String(50), default='未名', comment='作者')
11-
dynasty = Column(String(50), default='位置', comment='朝代')
11+
dynasty = Column(String(50), default='未知', comment='朝代')
1212
content = Column(Text, nullable=False, comment='内容')
1313
image = Column(String(255), default='', comment='配图')
1414

0 commit comments

Comments
 (0)