This commit is contained in:
Aevann1 2021-08-26 23:12:38 +02:00
parent edaa1c765b
commit baa94e90e0
5 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@ class User(Base, Stndrd, Age_times):
profileurl = Column(String)
bannerurl = Column(String)
patron = Column(Integer, default=0)
verified = Column(Boolean)
verified = Column(String)
email = Column(String)
css = deferred(Column(String))
profilecss = deferred(Column(String))