This commit is contained in:
Aevann1 2021-08-06 14:25:00 +02:00
parent 94896056e1
commit f7d0dfff2d
3 changed files with 0 additions and 11 deletions

View file

@ -73,7 +73,6 @@ class User(Base, Stndrd, Age_times):
"Notification",
lazy="dynamic")
referred_by = Column(Integer)
is_banned = Column(Integer, default=None)
unban_utc = Column(Integer, default=None)
ban_reason = Column(String, default="")