1
This commit is contained in:
parent
39ab27438c
commit
1b49a03cea
22 changed files with 141 additions and 199 deletions
|
@ -28,7 +28,7 @@ class Submission(Base):
|
|||
thumburl = Column(String)
|
||||
is_banned = Column(Boolean, default=False)
|
||||
removed_by = Column(Integer)
|
||||
bannedfor = Column(Boolean)
|
||||
bannedfor = Column(Boolean, default=False)
|
||||
views = Column(Integer, default=0)
|
||||
deleted_utc = Column(Integer, default=0)
|
||||
distinguish_level = Column(Integer, default=0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue