mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-02 13:18:27 +00:00
feat: per newsletter folder move setting
This commit is contained in:
@@ -11,6 +11,7 @@ class Newsletter(Base):
|
||||
|
||||
id = Column(Integer, primary_key=True, index=True)
|
||||
name = Column(String)
|
||||
move_to_folder = Column(String, nullable=True)
|
||||
is_active = Column(Boolean, default=True)
|
||||
extract_content = Column(Boolean, default=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user