Set up database changes for comment filtering
This commit is contained in:
parent
b9ab682d18
commit
d530cc6a7c
3 changed files with 34 additions and 2 deletions
|
@ -48,6 +48,7 @@ class Comment(Base):
|
|||
blackjack_result = Column(String)
|
||||
wordle_result = Column(String)
|
||||
treasure_amount = Column(String)
|
||||
filter_state = Column(String, nullable=False)
|
||||
|
||||
Index('comment_parent_index', parent_comment_id)
|
||||
Index('comment_post_id_index', parent_submission)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue