This commit is contained in:
Aevann1 2021-09-10 07:36:31 +02:00
parent 4544206627
commit 144b73d578
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ class Submission(Base, Stndrd, Age_times, Scores, Fuzzing):
created_utc = Column(BigInteger, default=0)
thumburl = Column(String)
is_banned = Column(Boolean, default=False)
removed_by = Column(int)
removed_by = Column(Integer)
bannedfor = Column(Boolean)
processing = Column(Boolean, default=False)
views = Column(Integer, default=0)