This commit is contained in:
Aevann1 2022-01-29 04:48:34 +02:00
parent 25736c5eb1
commit aeff6bc232
4 changed files with 11 additions and 1 deletions

View file

@ -46,6 +46,7 @@ class User(Base):
profileurl = Column(String)
bannerurl = Column(String)
patron = Column(Integer, default=0)
patron_utc = Column(Integer, default=0)
verified = Column(String)
verifiedcolor = Column(String)
marseyawarded = Column(Integer)