We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40027b5 commit f35bd3fCopy full SHA for f35bd3f
1 file changed
tg_bot/modules/sql/connection_sql.py
@@ -29,7 +29,7 @@ def __init__(self, user_id, chat_id):
29
30
31
class ConnectionHistory(BASE):
32
- __tablename__ = "connection_history5"
+ __tablename__ = "connection_history"
33
user_id = Column(BigInteger, primary_key=True)
34
chat_id1 = Column(String(14))
35
chat_id2 = Column(String(14))
0 commit comments