This commit is contained in:
Aevann1 2021-08-01 06:52:49 +02:00
parent f27f39cad6
commit 2d7c76aadb
2 changed files with 2 additions and 3 deletions

View file

@ -13,7 +13,7 @@ reasons = {
class BannedDomain(Base):
__tablename__ = "domains"
__tablename__ = "banneddomains"
id = Column(Integer, primary_key=True)
domain = Column(String)
reason = Column(Integer, default=0)