Skip to content

Commit f35bd3f

Browse files
committed
fix typo
1 parent 40027b5 commit f35bd3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tg_bot/modules/sql/connection_sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def __init__(self, user_id, chat_id):
2929

3030

3131
class ConnectionHistory(BASE):
32-
__tablename__ = "connection_history5"
32+
__tablename__ = "connection_history"
3333
user_id = Column(BigInteger, primary_key=True)
3434
chat_id1 = Column(String(14))
3535
chat_id2 = Column(String(14))

0 commit comments

Comments
 (0)