This commit is contained in:
Aevann1 2021-09-10 07:35:59 +02:00
parent 5766e74ea4
commit 4544206627
2 changed files with 2 additions and 2 deletions

View file

@ -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)