This commit is contained in:
Aevann1 2021-11-18 22:02:26 +02:00
parent 0e246b0267
commit 59bc1ec102
17 changed files with 95 additions and 186 deletions

View file

@ -82,6 +82,7 @@ class User(Base):
mute = Column(Boolean)
unmutable = Column(Boolean)
eye = Column(Boolean)
alt = Column(Boolean)
frontsize = Column(Integer, default=25)
controversial = Column(Boolean, default=False)
bio = deferred(Column(String))