This commit is contained in:
Aevann1 2021-08-19 20:47:22 +02:00
parent 56320fe522
commit 0c20e88de4

View file

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