This commit is contained in:
Aevann1 2021-07-30 17:00:27 +02:00
parent eb42b54e47
commit c31f2ecee0
3 changed files with 6 additions and 2 deletions

View file

@ -28,7 +28,7 @@ class User(Base, Stndrd, Age_times):
highres = Column(String)
profileurl = Column(String)
bannerurl = Column(String)
patron = Column(Boolean, default=False)
patron = Column(Integer, default=0)
animatedname = Column(Boolean, default=False)
email = Column(String)
css = deferred(Column(String))