This commit is contained in:
Aevann1 2021-11-24 00:36:38 +02:00
parent 16a3dd95b8
commit 2e39f547fa
20 changed files with 285 additions and 171 deletions

View file

@ -51,6 +51,8 @@ class User(Base):
verifiedcolor = Column(String)
marseyawarded = Column(Integer)
longpost = Column(Integer)
unblockable = Column(Boolean)
bird = Column(Integer)
email = deferred(Column(String))
css = deferred(Column(String))
profilecss = deferred(Column(String))