sffsd
This commit is contained in:
parent
64a851a77e
commit
525f121e24
16 changed files with 55 additions and 86 deletions
|
@ -26,7 +26,6 @@ class Comment(Base):
|
|||
created_utc = Column(Integer, default=0)
|
||||
edited_utc = Column(Integer, default=0)
|
||||
is_banned = Column(Boolean, default=False)
|
||||
removed_by = Column(Integer)
|
||||
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