gfgf
This commit is contained in:
parent
f27f39cad6
commit
2d7c76aadb
2 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue