enemies and fixes

This commit is contained in:
Aevann1 2021-11-06 17:21:05 +02:00
parent 5ef73cbf2a
commit 94bdf2926a
24 changed files with 173 additions and 43 deletions

View file

@ -89,6 +89,8 @@ class User(Base):
sigs_disabled = Column(Boolean)
friends = Column(String)
friends_html = Column(String)
enemies = Column(String)
enemies_html = Column(String)
is_banned = Column(Integer, default=0)
unban_utc = Column(Integer, default=0)
ban_reason = Column(String)