This commit is contained in:
Aevann1 2022-02-04 13:13:59 +02:00
parent 778abb00c3
commit 7343bfe910
11 changed files with 21 additions and 0 deletions

View file

@ -45,6 +45,7 @@ class User(Base):
highres = Column(String)
profileurl = Column(String)
bannerurl = Column(String)
house = Column(String)
patron = Column(Integer, default=0)
patron_utc = Column(Integer, default=0)
verified = Column(String)