xvc
This commit is contained in:
parent
d046afdc59
commit
8263e4268e
5 changed files with 19 additions and 10 deletions
|
@ -29,6 +29,7 @@ class Submission(Base):
|
|||
distinguish_level = Column(Integer, default=0)
|
||||
stickied = Column(String)
|
||||
stickied_utc = Column(Integer)
|
||||
hole = Column(String)
|
||||
is_pinned = Column(Boolean, default=False)
|
||||
private = Column(Boolean, default=False)
|
||||
club = Column(Boolean, default=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue