fd
This commit is contained in:
parent
5766e74ea4
commit
4544206627
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ class Comment(Base, Age_times, Scores, Stndrd, Fuzzing):
|
|||
created_utc = Column(Integer, default=0)
|
||||
edited_utc = Column(Integer, default=0)
|
||||
is_banned = Column(Boolean, default=False)
|
||||
# removed_by = Column(int)
|
||||
removed_by = Column(int)
|
||||
bannedfor = Column(Boolean)
|
||||
distinguish_level = Column(Integer, default=0)
|
||||
deleted_utc = Column(Integer, default=0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue