mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-02 13:18:27 +00:00
feat: text content extraction
This commit is contained in:
@@ -12,6 +12,7 @@ class Newsletter(Base):
|
||||
id = Column(Integer, primary_key=True, index=True)
|
||||
name = Column(String)
|
||||
is_active = Column(Boolean, default=True)
|
||||
extract_content = Column(Boolean, default=False)
|
||||
|
||||
senders = relationship(
|
||||
"Sender", back_populates="newsletter", cascade="all, delete-orphan"
|
||||
|
||||
Reference in New Issue
Block a user