This commit is contained in:
Aevann1 2021-11-04 17:12:17 +02:00
parent 90b6482e57
commit fe551f0700
15 changed files with 132 additions and 14 deletions

View file

@ -84,6 +84,8 @@ class User(Base):
controversial = Column(Boolean, default=False)
bio = Column(String)
bio_html = Column(String)
sig = Column(String)
sig_html = Column(String)
is_banned = Column(Integer, default=0)
unban_utc = Column(Integer, default=0)
ban_reason = Column(String)