improve: add setting button to pathnode
This commit is contained in:
@@ -4,7 +4,7 @@ from db.models import Base
|
||||
|
||||
|
||||
class MarkdownSetting(Base):
|
||||
__tablename__ = 'markdown_settings'
|
||||
__tablename__ = 'markdown_setting'
|
||||
id = Column(Integer, primary_key=True, autoincrement=True)
|
||||
template_setting_id = Column(Integer, ForeignKey('markdown_template.id'), nullable=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user