This commit is contained in:
Aevann1 2022-01-02 23:09:48 +02:00
parent 422e239c13
commit e8f1eb98c4
2 changed files with 6 additions and 0 deletions

View file

@ -55,6 +55,7 @@ class User(Base):
marseyawarded = Column(Integer)
longpost = Column(Integer)
unblockable = Column(Boolean)
compact = Column(Boolean)
bird = Column(Integer)
email = deferred(Column(String))
css = deferred(Column(String))